Skip to content

Commit

Permalink
Setup codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Mar 8, 2017
1 parent c4a174e commit 0e63f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ script:
npm run dist
elif [ "$TEST_TYPE" = test:web ]; then
npm run test:web -- -w 2
bash <(curl -s https://codecov.io/bash) -cF web
elif [ "$TEST_TYPE" = test:rn ]; then
npm run test:rn -- -w 2
bash <(curl -s https://codecov.io/bash) -cF rn
fi

0 comments on commit 0e63f75

Please sign in to comment.