Skip to content

Commit

Permalink
add codecov token to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 3, 2018
1 parent fb9fb96 commit bcc2edc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,7 @@ script:
- make
- make artifacts
after_success:
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_KEY" || echo "Codecov did not
collect coverage reports"
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN" || echo "Codecov did not collect coverage reports"
notifications:
email: false
stage: Github Release
Expand Down

0 comments on commit bcc2edc

Please sign in to comment.