Skip to content

Commit

Permalink
Merge pull request #127 from samsonasik/patch-2
Browse files Browse the repository at this point in the history
add php 7 to allow_failures in travis
  • Loading branch information
Gianluca Arbezzano committed Nov 22, 2015
2 parents c50ad42 + d79003c commit abd34ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ after_script:
notifications:
irc: "irc.freenode.org#pennyphp"
email: false

matrix:
fast_finish: true
allow_failures:
- php: 7.0

0 comments on commit abd34ae

Please sign in to comment.