Skip to content

Commit 6dce6df

Browse files
committed
JS Lint breaks the build
1 parent 2102e04 commit 6dce6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ install:
1414
- python setup.py install
1515
- cd dashed/assets
1616
- npm install
17+
- npm run lint
1718
- npm run prod
1819
- cd $TRAVIS_BUILD_DIR
1920
script: bash run_tests.sh
2021
after_success:
2122
- coveralls
2223
- cd dashed/assets
23-
- npm run lint

0 commit comments

Comments
 (0)