Merge pull request #2447 from scottbedard/patch-1

Add 7.1 and nightly
This commit is contained in:
Samuel Georges 2016-10-29 14:15:31 +11:00 committed by GitHub
commit 943868e242
1 changed files with 4 additions and 0 deletions

View File

@ -4,11 +4,15 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- nightly
matrix:
allow_failures:
- php: 7.0
- php: 7.1
- php: nightly
sudo: false