2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 11:59:00 +00:00

travis: remove unneeded GOPATH definition from

This commit is contained in:
Alexander Neumann 2015-08-20 19:08:09 +02:00
parent 7ebf5397a3
commit 3eac8061f9

View File

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