more travis
authorgggeek <giunta.gaetano@gmail.com>
Sat, 1 Jul 2017 14:57:26 +0000 (15:57 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sat, 1 Jul 2017 14:57:26 +0000 (15:57 +0100)
.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