mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Removed conditional around create_db
This commit is contained in:
parent
f39e6c672d
commit
bda953a2cb
1 changed files with 1 additions and 5 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in a new issue