JS Lint breaks the build
This commit is contained in:
parent
2102e04fec
commit
6dce6df6b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue