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

Commit

Permalink
Merge pull request #47 from rberlind/master
Browse files Browse the repository at this point in the history
updated .travis.yml to specify go 1.7.5
  • Loading branch information
jasonrichardsmith authored Apr 10, 2017
2 parents 1714eca + 2e75731 commit 5e88df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
go: 1.7
go: 1.7.5
sudo: required
env:
- GROUP=weaveworksdemos COMMIT=$TRAVIS_COMMIT TAG=$TRAVIS_TAG
Expand Down
2 changes: 1 addition & 1 deletion scripts/testcontainer.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e88df6

Please sign in to comment.