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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user