Skip to content

Commit

Permalink
chore: run npm build before coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
virtyaluk committed Jan 11, 2020
1 parent 63c5adc commit 08f6597
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 @@ -5,6 +5,7 @@ os: linux
install:
- npm install
script:
- npm run build
- npm run coverage
- codecov -f coverage/*.json
deploy:
Expand Down

0 comments on commit 08f6597

Please sign in to comment.