Test on PHP 7.1

Added tests on Travis PHP version 7.1
This commit is contained in:
Vincent Klaiber
2016-10-04 11:08:26 +02:00
committed by GitHub
parent 5f4bc2f496
commit 315ea65949
+5 -4
View File
@@ -1,10 +1,11 @@
language: php
php:
- '5.5.9'
- '5.5'
- '5.6'
- '7.0'
- 5.5.9
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
sudo: false