Skip to content

Commit

Permalink
Update travis to report code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 30, 2016
1 parent 225fc18 commit ab6c6c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ matrix:
- danger
- node_js: "6"
- node_js: "7"

script:
- npm test
- npm test -- --coverage
- npm run flow
- npm run lint

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit ab6c6c2

Please sign in to comment.