nsedit/.travis.yml
2018-05-20 22:22:06 +03:00

13 lines
199 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- composer self-update
- phpenv config-rm xdebug.ini
- composer install --no-interaction --prefer-dist
script:
- php vendor/bin/grumphp run