Merge pull request #1101 from foxish/md-check

Adding travis checks for linter (md-check).
pull/1142/head
Jared 2016-08-31 16:58:03 -07:00 committed by GitHub
commit 7cb28edac7
1 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,16 @@
language: go
go:
- 1.6
- 1.6.2
# Don't want default ./... here:
install: go get -t -v ./test
script: go test -v ./test
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
- go get -t -v k8s.io/kubernetes.github.io/test
- 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
script:
- go test -v k8s.io/kubernetes.github.io/test
- $GOPATH/bin/md-check --root-dir=$HOME/gopath/src/k8s.io/kubernetes.github.io