Skip to content

Commit

Permalink
Fix missing codecoverage reports (#624)
Browse files Browse the repository at this point in the history
Fix travis.yml.

@jamessynge I'm skipping the code review for this one-line because I'd like to get all our other PRs back on line with coverage reports.
  • Loading branch information
wtgee committed Sep 23, 2018
1 parent 4f0cb0e commit 22c3e21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,4 @@ cache:
directories:
- $PANDIR/astrometry/
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then
bash <(curl -s https://codecov.io/bash);
fi
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 22c3e21

Please sign in to comment.