bigchaindb/.ci/travis-after-success.sh

8 lines
67 B
Bash
Executable File

#!/bin/bash
set -e -x
if [[ -z ${TOXENV} ]]; then
codecov
fi