Edits according to the travis-ci.com docs: http://docs.travis-ci.com/user/languages/php/#Choosing-PHP-versions-to-test-against
14 lines
168 B
YAML
14 lines
168 B
YAML
sudo: false
|
|
language: php
|
|
cache: npm
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
before_install:
|
|
- npm install -g bower
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run jshint
|