Files
bedrock/.travis.yml
2015-01-24 00:37:48 -06:00

19 lines
285 B
YAML

sudo: false
language: php
cache: npm
php:
- '5.6'
- '5.5'
- '5.4'
before_install:
- npm install -g bower
- npm install
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- npm run build
- npm run jshint
- phpcs --standard=ruleset.xml --extensions=php -n -s .