We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2438261 commit 1243a38Copy full SHA for 1243a38
3 files changed
.travis.yml
@@ -2,10 +2,7 @@ language: node_js
2
node_js: node
3
sudo: false
4
script:
5
- - npm test
6
- npm run build
7
- - mkdir coverage
8
- npm run cover
9
- - npm run codecov
10
- - npm run lint
11
- - npm run duplication-limit
+ - npm run lint -- -c tslint.travis.json
+ - npm run duplication -- --limit=0.01
0 commit comments