Skip to content

Commit

Permalink
Revert "Remove docs building from CI builds"
Browse files Browse the repository at this point in the history
Now /docs is a Git subtree, so now this should just work.

This reverts commit 214dbdf.
  • Loading branch information
bep committed Jun 26, 2017
1 parent a7765bb commit 7198ea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ install:

build_script:
- make hugo-race check
- hugo -s docs/
- hugo --renderToMemory -s docs/

0 comments on commit 7198ea8

Please sign in to comment.