Skip to content

Commit 1243a38

Browse files
committed
Updates Travis build to match other repos.
1 parent 2438261 commit 1243a38

3 files changed

Lines changed: 1914 additions & 411 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ language: node_js
22
node_js: node
33
sudo: false
44
script:
5-
- npm test
65
- npm run build
7-
- mkdir coverage
86
- npm run cover
9-
- npm run codecov
10-
- npm run lint
11-
- npm run duplication-limit
7+
- npm run lint -- -c tslint.travis.json
8+
- npm run duplication -- --limit=0.01

0 commit comments

Comments
 (0)