Skip to content

Commit

Permalink
Merge pull request #96 from vbatts/travis_make_docs
Browse files Browse the repository at this point in the history
travis: make the docs in CI
  • Loading branch information
stevvooe committed May 31, 2016
2 parents 9e2c487 + 76fa1c7 commit d4936b1
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 d4936b1

Please sign in to comment.