Skip to content

Commit

Permalink
Merge pull request #63 from liuggio/fix-allowed-failures
Browse files Browse the repository at this point in the history
Fix allowed failures
  • Loading branch information
loostro committed Apr 3, 2016
2 parents 83129df + 64d67c3 commit 0cb989f
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 @@ -4,7 +4,8 @@ php: [5.3, 5.4, 5.5, 5.6, 7.0, hhvm-nightly]

matrix:
allow_failures:
- php: [7.0, hhvm-nightly]
- php: 7.0
- php: hhvm-nightly

before_script:
- composer selfupdate
Expand Down

0 comments on commit 0cb989f

Please sign in to comment.