From 0c6373c277868dfb3f1f5bbe1aa86f29eb123c80 Mon Sep 17 00:00:00 2001 From: wing328 Date: Wed, 10 Aug 2016 14:50:57 +0800 Subject: [PATCH 1/2] show path --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c590f2a0090..6bc057bccbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,8 @@ install: # Add Godeps dependencies to GOPATH and PATH - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace" - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" + - echo $PATH + - ls -l /usr/local/go/bin/go script: - mvn verify -Psamples From 632b7d2a09bdc7c6cd32656ec67f314d463173c6 Mon Sep 17 00:00:00 2001 From: wing328 Date: Wed, 10 Aug 2016 15:04:45 +0800 Subject: [PATCH 2/2] install go --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bc057bccbf..1a62cea3161 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,9 @@ 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" - - echo $PATH - - ls -l /usr/local/go/bin/go script: - mvn verify -Psamples