1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-10 11:35:16 +02:00
bigchaindb/.ci/travis-after-success.sh
2016-12-13 10:25:47 +01:00

8 lines
67 B
Bash
Executable File

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