Add the new php version
This commit is contained in:
parent
21a93cd75b
commit
6b5fdb4b26
|
@ -5,6 +5,7 @@ php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.3
|
- 5.3
|
||||||
- hhvm
|
- hhvm
|
||||||
|
- 7.0
|
||||||
before_script:
|
before_script:
|
||||||
- npm install jshint
|
- npm install jshint
|
||||||
- jshint --version
|
- jshint --version
|
||||||
|
@ -26,4 +27,4 @@ sudo: false
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- php: 5.6
|
- php: 7.0
|
||||||
|
|
Loading…
Reference in a new issue