From 1fa712e189bd61b12ca7b0bdc5ba38539fc329fb Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 28 Jun 2017 16:51:41 +1200 Subject: [PATCH] MINOR: More PHP7 in travis builds PHP7 is faster than PHP5.6 so we should use it for as many builds as possible. This leaves 1 build - the coverage build - running on PHP5.6 and puts the rest on PHP7. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5df530f2..410b0e7b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: matrix: fast_finish: true include: - - php: 5.6 + - php: 7.0 env: - DB=PGSQL - PHPUNIT_TEST=framework @@ -34,15 +34,15 @@ matrix: - DB=MYSQL - PDO=1 - PHPUNIT_TEST=framework - - php: 5.6 + - php: 7.0 env: - DB=MYSQL - BEHAT_TEST=framework - - php: 5.6 + - php: 7.0 env: - DB=MYSQL - PHPUNIT_TEST=cms - - php: 5.6 + - php: 7.0 env: - DB=MYSQL - BEHAT_TEST=cms