Skip to content

Commit

Permalink
Allow HHVM to fail and enable faster finishes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Aug 3, 2017
1 parent 954a305 commit b3ba970
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: php
dist: trusty

php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- nightly

Expand All @@ -16,5 +16,7 @@ script:
- vendor/bin/phpunit tests

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly

0 comments on commit b3ba970

Please sign in to comment.