From d114affd7c6f96b2489836f48f9829f31539b6b7 Mon Sep 17 00:00:00 2001 From: Roger Berlind Date: Mon, 3 Apr 2017 16:36:20 -0400 Subject: [PATCH 1/2] updated .travis.yml to specify go 1.7.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac716341..0a3b82aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go -go: 1.7 +go: 1.7.5 sudo: required env: - GROUP=weaveworksdemos COMMIT=$TRAVIS_COMMIT TAG=$TRAVIS_TAG From 2e7573177cbd0372dc6c17aef8d76530b8071fe2 Mon Sep 17 00:00:00 2001 From: Roger Berlind Date: Mon, 3 Apr 2017 18:26:33 -0400 Subject: [PATCH 2/2] increased sleep in testcontainer.sh to 10 seconds --- scripts/testcontainer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/testcontainer.sh b/scripts/testcontainer.sh index e67f2fb4..b079402b 100755 --- a/scripts/testcontainer.sh +++ b/scripts/testcontainer.sh @@ -1,5 +1,5 @@ #!/bin/bash -sleep 2 +sleep 10 RESPONSECODE=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8084/customers) if [ $RESPONSECODE != 200 ] then