Skip to content

Commit

Permalink
Change: run test of Travis
Browse files Browse the repository at this point in the history
Travis now should run the test script before coverage
  • Loading branch information
danang-id committed May 8, 2020
1 parent a98e6b2 commit 7303463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_js:
script:
- npm run build
- npm run dist
after_success: npm run coverage
after_success: npm test && npm run coverage

0 comments on commit 7303463

Please sign in to comment.