more travis
[plcapi.git] / .travis.yml
index 28a16f9..9fcb4a6 100644 (file)
@@ -1,3 +1,6 @@
+# NB: we need to use the Trusty images if we want to test on hhvm
+#dist: trusty
+
 language: php
 
 php:
@@ -7,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