Skip to content

Commit ac022ae

Browse files
Comment out upload coverage in travis
This is a test to make sure that coverage reports show up from circle
1 parent dfc7b28 commit ac022ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ before_cache:
217217
esac
218218
docker save -o $HOME/docker_cache/images.tar $(docker images -a -q)
219219
220-
after_success:
221-
- scripts/travis/upload_coverage.sh || true
220+
#after_success:
221+
# - scripts/travis/upload_coverage.sh || true
222222

223223
addons:
224224
apt:

0 commit comments

Comments
 (0)