From 4dffd3de6676acc7e3e044f3b5c5a2ac85d017b2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 20 Feb 2016 17:56:11 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e19e09e6..ad9e9bdd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: - 1.3.3 - 1.4.3 - 1.5.3 - - 1.6rc2 + - 1.6 os: - linux @@ -18,7 +18,7 @@ matrix: - os: osx go: 1.4.3 - os: osx - go: 1.6rc2 + go: 1.5.3 notifications: irc: @@ -32,7 +32,6 @@ install: - go version - export GOBIN="$GOPATH/bin" - export PATH="$PATH:$GOBIN" - - export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace" - go env script: