summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-08 00:01:25 +0100
committernashe <thomas@chauchefoin.fr>2017-07-08 00:01:25 +0100
commite4a727590e003460599903fd13f7fdb48796f2d8 (patch)
tree869f75ca9bc673edb8585b3c29e63b22b52d69b3
parentf94182dfda0fb1dd0e6f7bed48b1edc6f541343a (diff)
downloadplanet-e4a727590e003460599903fd13f7fdb48796f2d8.tar
planet-e4a727590e003460599903fd13f7fdb48796f2d8.tar.gz
planet-e4a727590e003460599903fd13f7fdb48796f2d8.tar.bz2
planet-e4a727590e003460599903fd13f7fdb48796f2d8.tar.xz
planet-e4a727590e003460599903fd13f7fdb48796f2d8.zip
Use trusty Ubuntu image on Travis
This is mandatory if we want to run tests with HHVM.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f1a349..744698c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ matrix:
- php: hhvm
- php: nightly
+dist: trusty
+
install:
- composer install