more travis
[plcapi.git] / .travis.yml
index f51f06e..9fcb4a6 100644 (file)
@@ -1,5 +1,5 @@
-# we need to use the trusty images if we want to test on hhvm
-dist: trusty
+# NB: we need to use the Trusty images if we want to test on hhvm
+#dist: trusty
 
 language: php
 
@@ -10,7 +10,7 @@ php:
   - 5.6
   - 7.0
   - 7.1
-  - hhvm
+  #- hhvm
 
 before_install:
   # This is mandatory or the 'apt-get install' calls following will fail