Update .travis.yml

This commit is contained in:
Qiming
2018-07-05 17:15:50 +08:00
committed by GitHub
parent de48d0c5ba
commit 251b881476
+1
View File
@@ -9,6 +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
- go get -t -v k8s.io/website/test
# Simplified deduplication of dependencies.