[Go] Fix CI tests (#3569)

* show path

* install go
This commit is contained in:
wing328 2016-08-10 15:34:48 +08:00 committed by GitHub
parent 31fd1df26b
commit 7827298e56

View File

@ -29,6 +29,7 @@ before_install:
install:
# Add Godeps dependencies to GOPATH and PATH
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"