Merge pull request #184 from wilkers-steve/fix-travis

Fix path for Tiller instance in .travis.yml
This commit is contained in:
Brandon B. Jozsa
2017-02-11 14:57:10 -05:00
committed by GitHub

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