Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 5e88df6

Browse files
Merge pull request #47 from rberlind/master
updated .travis.yml to specify go 1.7.5
2 parents 1714eca + 2e75731 commit 5e88df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: go
2-
go: 1.7
2+
go: 1.7.5
33
sudo: required
44
env:
55
- GROUP=weaveworksdemos COMMIT=$TRAVIS_COMMIT TAG=$TRAVIS_TAG

scripts/testcontainer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
sleep 2
2+
sleep 10
33
RESPONSECODE=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8084/customers)
44
if [ $RESPONSECODE != 200 ]
55
then

0 commit comments

Comments
 (0)