File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ script:
29
29
- make travis-lint-$TEST_SUITE
30
30
- make travis-test-$TEST_SUITE
31
31
after_success :
32
- - codecov -e TEST_SUITE
32
+ - which -s codecov && codecov -e TEST_SUITE
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ travis-setup-cassandra:
139
139
echo " create keyspace sentry with replication = {'class' : 'SimpleStrategy', 'replication_factor': 1};" | cqlsh --cqlversion=3.0.3
140
140
echo ' create table nodestore (key text primary key, value blob, flags int);' | cqlsh -k sentry --cqlversion=3.0.3
141
141
travis-install-python : travis-upgrade-pip install-python-tests travis-setup-cassandra
142
+ python -m pip install codecov
142
143
travis-noop :
143
144
@echo " nothing to do here."
144
145
You can’t perform that action at this time.
0 commit comments