.travis.yml: Add PHP 7.1 to Travis CI
This commit is contained in:
parent
ac3f9b6742
commit
6e891585ab
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ php:
|
|||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7
|
||||
- 7.0
|
||||
- 7.1
|
||||
- hhvm
|
||||
- nightly
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue