Skip to content

Commit 76fa1c7

Browse files
committed
travis: make the docs in CI
Signed-off-by: Vincent Batts <[email protected]>
1 parent 9e2c487 commit 76fa1c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ language: go
22
go:
33
- 1.6
44

5-
sudo: false
5+
sudo: required
6+
7+
services:
8+
- docker
69

710
before_script:
811
- export PATH=$HOME/gopath/bin:$PATH
912

1013
before_install:
14+
- docker pull vbatts/pandoc
1115
- go get github.com/vbatts/git-validation
1216
- go get github.com/alecthomas/gometalinter
1317
- gometalinter --install --update
@@ -21,3 +25,4 @@ script:
2125
- make check-license
2226
- make test
2327
- make oci-image-tool
28+
- make docs

0 commit comments

Comments
 (0)