Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Commit 9a0c2b3

Browse files
committed
Linter script
1 parent 844f8ad commit 9a0c2b3

File tree

5 files changed

+883
-15
lines changed

5 files changed

+883
-15
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ before_install:
55
- npm install --global codacy-coverage
66

77
# install: npm install
8-
# script: npm test
8+
9+
script:
10+
- npm run lint
11+
- npm test
912

1013
after_success:
1114
- cat ./coverage/lcov.info | codacy-coverage --token $CODACY_PROJECT_TOKEN

dist/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)