Update TravisCI config to use hhvm rather than hhvm-nightly
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 18:32:29 +0000 (20:32 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 18:32:30 +0000 (20:32 +0200)
Travis stopped supporting hhvm-nightly some months ago,
so this build has been broken since.

Change-Id: Icb92ae6cd5f1d00f04f092a8cef557a9411cf77b

.travis.yml

index 512d735..206ead3 100644 (file)
@@ -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: