From: jeroendedauw Date: Mon, 7 Sep 2015 18:32:29 +0000 (+0200) Subject: Update TravisCI config to use hhvm rather than hhvm-nightly X-Git-Tag: 1.31.0-rc.0~10118 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=cecd1e024315995268c57bd3da0dd565be2aa72a;p=lhc%2Fweb%2Fwiklou.git Update TravisCI config to use hhvm rather than hhvm-nightly Travis stopped supporting hhvm-nightly some months ago, so this build has been broken since. Change-Id: Icb92ae6cd5f1d00f04f092a8cef557a9411cf77b --- diff --git a/.travis.yml b/.travis.yml index 512d735fc4..206ead34aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ language: php php: - - hhvm-nightly + - hhvm - 5.3 env: @@ -19,7 +19,7 @@ env: # TODO: Travis CI's hhvm does not support PostgreSQL at the moment. matrix: exclude: - - php: hhvm-nightly + - php: hhvm env: dbtype=postgres services: