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

Commit

Permalink
Linter script
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguet62 committed Aug 9, 2018
1 parent 844f8ad commit 9a0c2b3
Show file tree
Hide file tree
Showing 5 changed files with 883 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ before_install:
- npm install --global codacy-coverage

# install: npm install
# script: npm test

script:
- npm run lint
- npm test

after_success:
- cat ./coverage/lcov.info | codacy-coverage --token $CODACY_PROJECT_TOKEN
2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a0c2b3

Please sign in to comment.