X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=38878b687811e47cf475731ab6b7425088af0f2f;hb=cd5dbb4a511e7a616a61187a5de1a611a9748cbd;hp=559dd1091dc02f6ef654b4e889c0c619f01ea5b7;hpb=7c326f15c38994c25890777e10f25b8f90de37de;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 559dd10..38878b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,9 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm - -matrix: - # current versions of hhvm do fail one test... see https://github.com/facebook/hhvm/issues/4837 - allow_failures: - - php: hhvm + - 7.1 + # hhvm is not available any more on default travis images + #- hhvm before_install: # This is mandatory or the 'apt-get install' calls following will fail