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

Commit

Permalink
pipeline: add eslint to travis ci (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Sep 29, 2018
1 parent 821ead7 commit d4e90c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- npm ci
script:
- npx commitlint-travis
- npx eslint ./src
- npm test
after_success:
- npx codecov

0 comments on commit d4e90c7

Please sign in to comment.