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