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
This commit is contained in:
Daniel Olson
2015-01-19 11:10:55 -05:00
parent 67f3811a6d
commit caba05a0b1

View File

@@ -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