From caba05a0b1eefd1a469fbcef6f381fa96ced455a Mon Sep 17 00:00:00 2001 From: Daniel Olson Date: Mon, 19 Jan 2015 11:10:55 -0500 Subject: [PATCH] Formatting edits for `travis.yml` Edits according to the travis-ci.com docs: http://docs.travis-ci.com/user/languages/php/#Choosing-PHP-versions-to-test-against --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2228c1a..0aad9a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ sudo: false language: php cache: npm php: -- '5.6' -- '5.5' -- '5.4' + - 5.6 + - 5.5 + - 5.4 before_install: - npm install -g bower - npm install