Skip to content

Commit

Permalink
Merge pull request #32 from lsolesen/allow-failures
Browse files Browse the repository at this point in the history
Allow failures on unstable PHP versions
  • Loading branch information
lsolesen committed Apr 14, 2016
2 parents 0b4943a + 584ada7 commit d70db3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ sudo: false
php:
- 5.5
- 5.6
- 7
- 7.0
- hhvm
- nightly

matrix:
fast_finish: true
allow_failures:
- php: nightly

install:
- composer self-update
- composer install --no-interaction
Expand Down

0 comments on commit d70db3f

Please sign in to comment.