From 1f521d26f360c8d85fda29a8ea5a1763e4dd349e Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Fri, 9 Sep 2016 17:21:03 -0600 Subject: [PATCH] Set to HHVM latest (currently 3.15 until next release) Move sudo: false to the top line to be more clear about use of containers as default vs the trusty builds for HHVM --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a18cfd21a..f1963e0d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: php php: @@ -28,7 +29,7 @@ after_script: matrix: fast_finish: true include: - - php: hhvm-3.15 + - php: hhvm sudo: true dist: trusty group: edge # until the next update @@ -41,14 +42,14 @@ matrix: services: - mysql env: DB=mysql - - php: hhvm-3.15 + - php: hhvm sudo: true dist: trusty group: edge # until the next update services: - postgresql env: DB=pgsql - - php: hhvm-3.15 + - php: hhvm sudo: true dist: trusty group: edge # until the next update @@ -66,7 +67,7 @@ matrix: env: DB=mariadb addons: mariadb: 5.5 - - php: hhvm-3.15 + - php: hhvm sudo: true dist: trusty group: edge # until the next Trusty update @@ -96,9 +97,7 @@ matrix: allow_failures: - php: 7.1 - php: nightly - - php: hhvm-3.15 - -sudo: false + - php: hhvm cache: directories: