Skip to content

Commit

Permalink
Update Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Feb 21, 2017
1 parent ad55257 commit 5a35f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

sudo: false
Expand All @@ -23,7 +24,7 @@ install:

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

0 comments on commit 5a35f1a

Please sign in to comment.