Skip to content

Commit 80f6ace

Browse files
committed
Corrects linting in Travis.
1 parent 1243a38 commit 80f6ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ sudo: false
44
script:
55
- npm run build
66
- npm run cover
7-
- npm run lint -- -c tslint.travis.json
7+
- npm run lint
88
- npm run duplication -- --limit=0.01

0 commit comments

Comments
 (0)