1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Removed conditional around create_db

This commit is contained in:
Brad Warren
2015-08-13 12:31:13 -07:00
parent f39e6c672d
commit bda953a2cb

View File

@@ -5,10 +5,6 @@ export GOPATH="${GOPATH:-/tmp/go}"
go get -d github.com/letsencrypt/boulder
cd $GOPATH/src/github.com/letsencrypt/boulder
if [ "${TRAVIS}" == "true" ]; then
./test/create_db.sh || die "unable to create the boulder database with test/create_db.sh"
fi
./test/create_db.sh
./start.py &
# Hopefully start.py bootstraps before integration test is started...