.travis.yml: Add PHP 7.1 to Travis CI

This commit is contained in:
Daniel Rudolf 2016-10-09 02:52:36 +02:00
parent ac3f9b6742
commit 6e891585ab
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -4,7 +4,8 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- 7.0
- 7.1
- hhvm
- nightly