JS Lint breaks the build

This commit is contained in:
Maxime Beauchemin 2016-03-27 15:36:32 -07:00
parent 2102e04fec
commit 6dce6df6b2
1 changed files with 1 additions and 1 deletions

View File

@ -14,10 +14,10 @@ install:
- python setup.py install
- cd dashed/assets
- npm install
- npm run lint
- npm run prod
- cd $TRAVIS_BUILD_DIR
script: bash run_tests.sh
after_success:
- coveralls
- cd dashed/assets
- npm run lint