Update .travis.yml

This commit is contained in:
Qiming
2018-07-05 17:46:24 +08:00
committed by GitHub
parent f7bbcfd82a
commit 8b12b0b073
+1
View File
@@ -7,6 +7,7 @@ install:
- export PATH=$GOPATH/bin:$PATH
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/website
- cd $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 && git clone https://github.com/kubernetes/kubernetes && popd