Skip to content

Commit dcfb824

Browse files
committed
Add lint to .travis.yml
1 parent ff03dbb commit dcfb824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ before_script:
2222
- export DISPLAY=:99.0
2323
- sh -e /etc/init.d/xvfb start
2424

25-
script: npm run test:cover
25+
script:
26+
- npm run lint
27+
- npm run test:cover
2628

2729
after_success: npm run coveralls
2830

0 commit comments

Comments
 (0)