We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e649f commit 0c1fe65Copy full SHA for 0c1fe65
1 file changed
.travis.yml
@@ -38,7 +38,8 @@ before_install:
38
" simplesamlphp
39
40
before_script:
41
- composer update --dev
+ - 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
43
44
script:
45
php vendor/phpunit/phpunit/phpunit
0 commit comments