Disable Travis in favor of Circle (#1866)
* replace readme badge * remove travis config * move to codecov * add codecov config * fix coverage running
This commit is contained in:
committed by
GitHub
parent
18b57ca043
commit
2a29f697bf
@ -66,10 +66,6 @@ npx truffle version
|
||||
|
||||
if [ "$SOLIDITY_COVERAGE" = true ]; then
|
||||
npx solidity-coverage
|
||||
|
||||
if [ "$CONTINUOUS_INTEGRATION" = true ]; then
|
||||
cat coverage/lcov.info | npx coveralls
|
||||
fi
|
||||
else
|
||||
npx truffle test "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user