From 02bf7a86de102473bc4566ebdc2f56618c082e8f Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sat, 22 Aug 2015 09:58:52 +0300 Subject: [PATCH] Rollback to 1.4.2 in travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82c3aec..a1eaa09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: go -go: 1.5 -script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.5)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test ./... -v -timeout 60s -race" \ No newline at end of file +go: 1.4.2 +script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.4.2)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test ./... -v -timeout 60s -race" \ No newline at end of file