Revert "travis: remove unneeded GOPATH definition from"

This reverts commit 3eac8061f9.
This commit is contained in:
Alexander Neumann 2015-08-20 19:21:35 +02:00
parent 864579404c
commit d7426a72f4
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace"
- go env
script: