Skip to content

Commit

Permalink
Allow failures on unstable PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Apr 14, 2016
1 parent 0b4943a commit 584ada7
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 584ada7

Please sign in to comment.