Skip to content

Commit 4cdf0ab

Browse files
committed
Run lint checks on Travis as well.
1 parent 49ab5e7 commit 4cdf0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ node_js:
44
cache:
55
directories:
66
- node_modules
7-
script: npm run test:compat
7+
script: npm run lint && npm run test:compat
88
after_success:
99
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION

0 commit comments

Comments
 (0)