mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fixed travis issues?
This commit is contained in:
parent
8263baecba
commit
62ea10cd6c
1 changed files with 1 additions and 6 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in a new issue