Skip to content

Commit 6f7cba0

Browse files
committed
Make travis build 7.2 with the old version of phpunit.
1 parent 3e6be2e commit 6f7cba0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ matrix:
1212
- php: 7.2
1313
- php: hhvm
1414

15-
before_script: composer update --dev
15+
before_script:
16+
- composer update
17+
- if [[ "$TRAVIS_PHP_VERSION" == "7.2" ]]; then echo 'error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
18+
1619
script: php vendor/phpunit/phpunit/phpunit
1720

0 commit comments

Comments
 (0)