We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ab5e7 commit 4cdf0abCopy full SHA for 4cdf0ab
.travis.yml
@@ -4,6 +4,6 @@ node_js:
4
cache:
5
directories:
6
- node_modules
7
-script: npm run test:compat
+script: npm run lint && npm run test:compat
8
after_success:
9
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
0 commit comments