From a9f8fc9e2522ce70ad92db4e46aa417face93a81 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 1 Jul 2017 15:57:26 +0100 Subject: [PATCH] more travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f51f06e..9fcb4a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.43.0