We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada711c commit 490183dCopy full SHA for 490183d
.travis.yml
@@ -2,9 +2,9 @@ language: node_js
2
node_js:
3
- 8
4
script:
5
- - npm run ci
+ - npm run lint
6
branches:
7
only:
8
- master
9
after_success:
10
- - bash <(curl -s https://codecov.io/bash)
+ # - bash <(curl -s https://codecov.io/bash)
0 commit comments