Skip to content

Commit

Permalink
travis: build docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Jan 29, 2019
1 parent 3f5dd15 commit 1e1a218
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
language: go
go:
- 1.11.x

sudo: required

services:
- docker

before_install:
- make install.tools

Expand All @@ -6,3 +15,4 @@ install: true
script:
- echo "${TRAVIS_COMMIT_RANGE} -> ${TRAVIS_COMMIT_RANGE/.../..} (travis-ci/travis-ci#4596)"
- TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}" make .gitvalidation
- make docs

0 comments on commit 1e1a218

Please sign in to comment.