mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:13:34 +02:00
Merge pull request #637 from letsencrypt/integration-path
Fix path for integration test.
This commit is contained in:
@@ -14,6 +14,7 @@ before_install:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GOPATH=/tmp/go
|
- GOPATH=/tmp/go
|
||||||
|
- PATH=$GOPATH/bin:$PATH
|
||||||
matrix:
|
matrix:
|
||||||
- TOXENV=py26 BOULDER_INTEGRATION=1
|
- TOXENV=py26 BOULDER_INTEGRATION=1
|
||||||
- TOXENV=py27 BOULDER_INTEGRATION=1
|
- TOXENV=py27 BOULDER_INTEGRATION=1
|
||||||
|
|||||||
@@ -10,11 +10,5 @@ export GOPATH="${GOPATH:-/tmp/go}"
|
|||||||
|
|
||||||
go get -d github.com/letsencrypt/boulder/cmd/boulder
|
go get -d github.com/letsencrypt/boulder/cmd/boulder
|
||||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||||
make -j4 # Travis has 2 cores per build instance.
|
./start.py &
|
||||||
if [ "$1" = "amqp" ];
|
# Hopefully start.py bootstraps before integration test is started...
|
||||||
then
|
|
||||||
./start.py &
|
|
||||||
else
|
|
||||||
./start.sh &
|
|
||||||
fi
|
|
||||||
# Hopefully start.py/start.sh bootstraps before integration test is started...
|
|
||||||
|
|||||||
Reference in New Issue
Block a user