Fix path for Tiller instance in .travis.yml

Overlooked an issue with the path for running Tiller locally.
Should be $GOPATH instead of $HOME/gopath
This commit is contained in:
Steve Wilkerson 2017-02-08 08:40:36 -06:00
parent 0ce0081740
commit b006bdf48e

View File

@ -21,7 +21,7 @@ install:
script:
- cd $TRAVIS_BUILD_DIR
- bash travis-ci/kubeadm_setup.sh
- $HOME/gopath/src/k8s.io/helm/bin/tiller &
- $GOPATH/src/k8s.io/helm/bin/tiller &
- export HELM_HOST=localhost:44134
- helm init --client-only
- helm version