Update dependencies, switch to eslint

This commit is contained in:
QWp6t
2015-12-20 02:12:18 -08:00
committed by Ben Word
parent c9ef232ec1
commit e51e41e0eb
6 changed files with 47 additions and 144 deletions

View File

@@ -18,7 +18,7 @@ cache:
install:
- npm install -g npm@latest
- npm install -g bower gulp jscs
- npm install -g bower gulp eslint
- npm install
- composer self-update && composer --version
- export PATH="$HOME/.composer/vendor/bin:$PATH"
@@ -28,7 +28,6 @@ install:
script:
- npm run build
- npm run jshint
- npm run jscs
- npm run lint
- phpcs --standard=ruleset.xml --extensions=php --ignore=node_modules,bower_components,vendor -n -s .
- phpmd src text cleancode,codesize,controversial,design,naming,unusedcode