From 4b7b95175c64d48391075ed6bee392d6a945cd28 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Wed, 6 Sep 2017 09:32:05 -0400 Subject: [PATCH] Change the order people could be expecting to see 5.3.3 tests to run before the others --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d7c0494..2c31704e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,6 @@ sudo: required dist: trusty language: php -php: - - 5.4 - - 5.5 - - 5.6 - - 7.0 - - 7.1 matrix: include: @@ -23,6 +17,12 @@ matrix: - php: 5.3.3 dist: precise env: FEDORA_VERSION="3.8.1" +php: + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - 7.1 env: - FEDORA_VERSION="3.5" - FEDORA_VERSION="3.6.2"