Skip to content

Commit

Permalink
Update .travis.yml (kubernetes#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Xingcai authored and steveperry-53 committed Oct 27, 2017
1 parent c3b684f commit 6948f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go:
install:
- export PATH=$GOPATH/bin:$PATH
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kubernetes.github.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/website

# (1) Fetch dependencies for us to run the tests in test/examples_test.go
- go get -t -v k8s.io/kubernetes.github.io/test
Expand All @@ -16,5 +16,5 @@ install:
- rm -r $GOPATH/src/k8s.io/kubernetes/vendor/

script:
- go test -v k8s.io/kubernetes.github.io/test
- go test -v k8s.io/website/test
- ./verify-docs-format.sh

0 comments on commit 6948f44

Please sign in to comment.