Skip to content

Commit

Permalink
Update coverage first before deploying to Expo
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-username committed Mar 29, 2018
1 parent 23909e2 commit 7d21579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ cache:
script:
- npm test -- --coverage

after_script:
after_success:
- COVERALLS_REPO_TOKEN=$COVERALLS_REPO_KEY npm run coveralls

after_success:
after_script:
- chmod +x ./publish.sh
- ./publish.sh

0 comments on commit 7d21579

Please sign in to comment.