Skip to content

Commit

Permalink
Fixed travis issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Warren committed Aug 5, 2015
1 parent 8263bae commit 62ea10c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/boulder-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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...

0 comments on commit 62ea10c

Please sign in to comment.