Skip to content

Commit

Permalink
Remove docs building from CI builds
Browse files Browse the repository at this point in the history
We could probably get it working, but we have plenty of site tests now.
  • Loading branch information
bep committed Jun 14, 2017
1 parent 729be80 commit 214dbdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ 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: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ install:

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

0 comments on commit 214dbdf

Please sign in to comment.