bigchaindb/.ci/travis-before-script.sh
2016-12-13 10:25:47 +01:00

10 lines
154 B
Bash
Executable File

#!/bin/bash
set -e -x
if [[ "${TOXENV}" == *-rdb ]]; then
rethinkdb --daemon
elif [[ "${TOXENV}" == *-mdb ]]; then
sudo service mongod start
fi