Skip to content

Commit

Permalink
Add travis job to test docs build (#8217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Sep 5, 2018
1 parent 369dd35 commit ed6f1c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
go: $GO_VERSION
stage: test

# Docs
- os: linux
env: TARGETS="docs"
go: $GO_VERSION
stage: test

# Kubernetes
- os: linux
install: deploy/kubernetes/.travis/setup.sh
Expand Down Expand Up @@ -142,6 +148,8 @@ addons:
packages:
- python-virtualenv
- libpcap-dev
- xsltproc
- libxml2-utils

before_install:
- python --version
Expand Down

0 comments on commit ed6f1c2

Please sign in to comment.