bd89ec8c | language: php |
118598ea | sudo: false |
11baf557 | cache: |
747d7bea | directories: - vendor - $HOME/.composer/cache/files |
11baf557 | |
12e75458 | matrix: |
747d7bea | include: - php: 7.0 - php: 7.1 |
0dbc6b87 | - php: nightly |
747d7bea | fast_finish: true |
bd89ec8c | |
498dcf41 | before_install: |
6ff8d6f4 | - phpenv config-rm xdebug.ini |
498dcf41 | |
b5db9dc5 | install: |
747d7bea | - travis_retry composer install |
118598ea | |
b6a4895e | script: | if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then SYMFONY_PHPUNIT_VERSION=6.1 ./vendor/bin/simple-phpunit else ./vendor/bin/simple-phpunit fi |