From 2a1bd732bd553e87af7921b630f2f6ce6b34fee2 Mon Sep 17 00:00:00 2001 From: guanshiliang Date: Mon, 16 Nov 2015 11:33:05 +0800 Subject: [PATCH] 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