Skip to content

Commit

Permalink
Merge pull request #624 from svycka/patch-1
Browse files Browse the repository at this point in the history
do not allow 5.6 failures and add php7 to test matrix
  • Loading branch information
Danielss89 committed Mar 7, 2016
2 parents d8f83a3 + c6a260c commit fd103f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
Expand All @@ -28,5 +29,4 @@ notifications:
matrix:
fast_finish: true
allow_failures:
- php: 5.6
- php: hhvm

0 comments on commit fd103f7

Please sign in to comment.