From 7ddf4277f7a8053a472ddba3e1c1a3a18eb20140 Mon Sep 17 00:00:00 2001 From: phpGitAdmin Date: Tue, 17 Nov 2015 00:07:21 +0800 Subject: [PATCH] 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