Add PHP 7.x "nightlies" to Travis CI and allow to fail
This commit is contained in:
@@ -4,6 +4,7 @@ php:
|
||||
- 7.0
|
||||
- 5.6
|
||||
- 5.5
|
||||
- nightly
|
||||
|
||||
env:
|
||||
- TRAVIS_NODE_VERSION="4.2" CXX="g++-4.8"
|
||||
@@ -12,6 +13,7 @@ env:
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.5
|
||||
- php: nightly
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user