Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b662446b3 | |||
| 377e7e2364 | |||
| 0bc73b8e9b | |||
| 4e995f55a9 | |||
| 571d2324db | |||
| 5524edba2a | |||
| cf14a29b53 |
+9
-1
@@ -1,13 +1,21 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.6.2
|
||||
- 1.8.1
|
||||
|
||||
# Don't want default ./... here:
|
||||
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
|
||||
|
||||
# (1) Fetch dependencies for us to run the tests in test/examples_test.go
|
||||
- go get -t -v k8s.io/kubernetes.github.io/test
|
||||
|
||||
# Simplified deduplication of dependencies.
|
||||
- cp -L -R $GOPATH/src/k8s.io/kubernetes/vendor/ $GOPATH/src/
|
||||
- rm -r $GOPATH/src/k8s.io/kubernetes/vendor/
|
||||
|
||||
# (2) Fetch md-check along with all its dependencies.
|
||||
- git clone --depth=50 --branch=master https://github.com/kubernetes/md-check $HOME/gopath/src/k8s.io/md-check
|
||||
- go get -t -v k8s.io/md-check
|
||||
|
||||
|
||||
@@ -30,3 +30,5 @@ permalink: pretty
|
||||
|
||||
gems:
|
||||
- jekyll-redirect-from
|
||||
|
||||
include: [_headers]
|
||||
|
||||
Reference in New Issue
Block a user