Skip to content

Commit

Permalink
Add PHP 7.x "nightlies" to Travis CI and allow to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored and retlehs committed Mar 11, 2016
1 parent 8712dc8 commit 2121030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.0
- 5.6
- 5.5
- nightly

env:
- TRAVIS_NODE_VERSION="4.2" CXX="g++-4.8"
Expand All @@ -12,6 +13,7 @@ env:
matrix:
allow_failures:
- php: 5.5
- php: nightly

addons:
apt:
Expand Down

0 comments on commit 2121030

Please sign in to comment.