Change platforms tested on Travis
[plcapi.git] / .travis.yml
index 559dd10..38878b6 100644 (file)
@@ -6,12 +6,9 @@ php:
   - 5.5
   - 5.6
   - 7.0
-  - hhvm
-
-matrix:
-    # current versions of hhvm do fail one test... see https://github.com/facebook/hhvm/issues/4837
-    allow_failures:
-        - php: hhvm
+  - 7.1
+  # hhvm is not available any more on default travis images
+  #- hhvm
 
 before_install:
   # This is mandatory or the 'apt-get install' calls following will fail