Update .travis.yml

This commit is contained in:
Qiming
2018-07-05 17:25:58 +08:00
committed by GitHub
parent 251b881476
commit 001350f6c1
+1 -1
View File
@@ -9,7 +9,7 @@ install:
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/website
# (1) Fetch dependencies for us to run the tests in test/examples_test.go
- pushd $GOPATH/src/k8s.io/website && git checkout release-1.7 && popd
- pushd $GOPATH/src/k8s.io/website && git checkout -t origin/release-1.7 && popd
- go get -t -v k8s.io/website/test
# Simplified deduplication of dependencies.