X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=9fcb4a60e9e4f56fcaa7149ac8ea3a9e787df555;hb=a9f8fc9e2522ce70ad92db4e46aa417face93a81;hp=f51f06e7351415812c539e3b3918a21587ea2705;hpb=43924620e4797b682e57ee7da44ab76c97df905f;p=plcapi.git 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