mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Fixed travis issues?
This commit is contained in:
@@ -3,12 +3,7 @@
|
|||||||
|
|
||||||
export GOPATH="${GOPATH:-/tmp/go}"
|
export GOPATH="${GOPATH:-/tmp/go}"
|
||||||
|
|
||||||
# $ go get github.com/letsencrypt/boulder
|
go get -d 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
|
|
||||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||||
./start.py &
|
./start.py &
|
||||||
# Hopefully start.py bootstraps before integration test is started...
|
# Hopefully start.py bootstraps before integration test is started...
|
||||||
|
|||||||
Reference in New Issue
Block a user