Skip to content

Commit

Permalink
JS Lint breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 27, 2016
1 parent 2102e04 commit 6dce6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6dce6df

Please sign in to comment.