Skip to content

Commit

Permalink
travis: make the docs in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed May 31, 2016
1 parent 9e2c487 commit 76fa1c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ language: go
go:
- 1.6

sudo: false
sudo: required

services:
- docker

before_script:
- export PATH=$HOME/gopath/bin:$PATH

before_install:
- docker pull vbatts/pandoc
- go get github.com/vbatts/git-validation
- go get github.com/alecthomas/gometalinter
- gometalinter --install --update
Expand All @@ -21,3 +25,4 @@ script:
- make check-license
- make test
- make oci-image-tool
- make docs

0 comments on commit 76fa1c7

Please sign in to comment.