Files
bedrock/.travis.yml
Austin Pray ae62873779 Adds JSCS for gulpfile and scripts
install JSCS globally npm install jscs -g
use `npm run jscs`
2015-01-24 10:26:30 -06:00

15 lines
195 B
YAML

sudo: false
language: php
cache: npm
php:
- 5.6
- 5.5
- 5.4
before_install:
- npm install -g bower gulp jscs
- npm install
script:
- npm run build
- npm run jshint
- npm run jscs