diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-06-26 21:05:21 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-06-26 21:05:21 +0200 |
commit | 7198ea8a1e575644886c4fe027a41b43cfc1ea5b (patch) | |
tree | 8d3aab5f91ecd7af10e8fbc8742c37db9cd43392 /.travis.yml | |
parent | a7765bb3c117efa93866556d2b5b129dae7768bf (diff) | |
download | hugo-7198ea8a1e575644886c4fe027a41b43cfc1ea5b.tar.gz hugo-7198ea8a1e575644886c4fe027a41b43cfc1ea5b.zip |
Revert "Remove docs building from CI builds"
Now /docs is a Git subtree, so now this should just work.
This reverts commit 214dbdfb6f016d21415bc1ed511a37a084238878.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bb47a93d6..514ab1ddf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ install: - make vendor script: - make hugo-race check + - ./hugo -s docs/ + - ./hugo --renderToMemory -s docs/ before_install: # gem install must be run with sudo on OSX - sudo gem install asciidoctor | gem install asciidoctor |