Update .travis.yml

This commit is contained in:
Alexander Neumann 2016-02-20 17:56:11 +01:00
parent cc8a929d43
commit 4dffd3de66
1 changed files with 2 additions and 3 deletions

View File

@ -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: