From 43007c3db134aac104991d76bcf86d7f1db22da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Pe=C5=A5ovsk=C3=BD?= Date: Wed, 8 Jun 2016 20:35:45 +0200 Subject: [PATCH] change order of php versions in .travis.yml config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3621e05..ad965af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - '5.6' - '7.0' - - hhvm + - '5.6' - nightly + - hhvm install: - composer install --no-interaction