Browse Source

Add the new php version

master
Sébastien Lucas 8 years ago
parent
commit
6b5fdb4b26
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -5,6 +5,7 @@ php:
- 5.4
- 5.3
- hhvm
- 7.0
before_script:
- npm install jshint
- jshint --version
@@ -26,4 +27,4 @@ sudo: false
matrix:
allow_failures:
- php: hhvm
- php: 5.6
- php: 7.0

Loading…
Cancel
Save