Skip to content

Commit 0c1fe65

Browse files
committed
Update .travis.yml
1 parent c6e649f commit 0c1fe65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ before_install:
3838
" simplesamlphp
3939
4040
before_script:
41-
composer update --dev
41+
- composer update
42+
- 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
4243

4344
script:
4445
php vendor/phpunit/phpunit/phpunit

0 commit comments

Comments
 (0)