Merge pull request #1355 from TomasVotruba/patch-1
travis: PHP 7.0 nightly added
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,9 +1,14 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- '5.6'
|
- nightly
|
||||||
- '5.5'
|
- 5.6
|
||||||
- '5.4'
|
- 5.5
|
||||||
|
- 5.4
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: nightly
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g npm@latest
|
- npm install -g npm@latest
|
||||||
|
|||||||
Reference in New Issue
Block a user