Skip to content

Commit

Permalink
Merge 0371c8d into af8ef6a
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Oct 2, 2017
2 parents af8ef6a + 0371c8d commit e50f89e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,12 +3,13 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
install: composer install
script: ./vendor/bin/phpunit --coverage-clover clover.xml
after_success: sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./vendor/bin/coveralls -v; fi'
matrix:
fast_finish: true
allow_failures:
- php: 7.2
- php: hhvm
- php: 7.1

0 comments on commit e50f89e

Please sign in to comment.