From 2a1bd732bd553e87af7921b630f2f6ce6b34fee2 Mon Sep 17 00:00:00 2001 From: guanshiliang Date: Mon, 16 Nov 2015 11:33:05 +0800 Subject: [PATCH 1/2] Adjust the orders of php compiler for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 198c6d68..5a5eba85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: php php: + - 7.0 + - hhvm - 5.5.9 - 5.5 - 5.6 - - 7.0 - - hhvm sudo: false From 7ddf4277f7a8053a472ddba3e1c1a3a18eb20140 Mon Sep 17 00:00:00 2001 From: phpGitAdmin Date: Tue, 17 Nov 2015 00:07:21 +0800 Subject: [PATCH 2/2] Adjust the orders of php compiler for travis as desc --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a5eba85..ee7c7fe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: php php: - 7.0 - - hhvm - - 5.5.9 - - 5.5 - 5.6 + - 5.5 + - 5.5.9 + - hhvm sudo: false