Merge branch 'add-jscs' into merge-add-jscs

Conflicts:
	.travis.yml
This commit is contained in:
Austin Pray
2015-01-24 10:36:04 -06:00
5 changed files with 164 additions and 61 deletions

View File

@@ -7,7 +7,7 @@ php:
- '5.4'
before_install:
- npm install -g bower
- npm install -g bower gulp jscs
- npm install
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
@@ -15,4 +15,5 @@ before_install:
script:
- npm run build
- npm run jshint
- npm run jscs
- phpcs --standard=ruleset.xml --extensions=php -n -s .