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

Fixed travis issues?

This commit is contained in:
Brad Warren
2015-08-05 16:38:09 -07:00
parent 8263baecba
commit 62ea10cd6c

View File

@@ -3,12 +3,7 @@
export GOPATH="${GOPATH:-/tmp/go}"
# $ go get github.com/letsencrypt/boulder
# package github.com/letsencrypt/boulder
# imports github.com/letsencrypt/boulder
# imports github.com/letsencrypt/boulder: no buildable Go source files in /tmp/go/src/github.com/letsencrypt/boulder
go get -d github.com/letsencrypt/boulder/cmd/boulder
go get -d github.com/letsencrypt/boulder
cd $GOPATH/src/github.com/letsencrypt/boulder
./start.py &
# Hopefully start.py bootstraps before integration test is started...