Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghalse committed Mar 16, 2019
1 parent cae5ab9 commit 44f6633
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

matrix:
Expand All @@ -12,7 +13,8 @@ matrix:
- php: hhvm

before_script:
composer update --dev
- composer update
- 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

script: php vendor/phpunit/phpunit/phpunit

script:
php vendor/phpunit/phpunit/phpunit

0 comments on commit 44f6633

Please sign in to comment.