From: gggeek Date: Sat, 1 Jul 2017 14:57:26 +0000 (+0100) Subject: more travis X-Git-Tag: 3.1.0~7 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=a9f8fc9e2522ce70ad92db4e46aa417face93a81 more travis --- 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