Skip to content

Commit

Permalink
Make Travis to handle Jekyll builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arenard committed Mar 6, 2014
1 parent 6279c7f commit 9b8579c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,8 +1,9 @@
language: ruby
before_install:
- curl --compressed --create-dirs --location --remote-name --remote-time --retry 3 --show-error --url https://github.com/spf13/hugo/releases/download/v0.10/hugo_0.10_linux_amd64.tar.gz
- gem update --system
- gem update
install:
- tar -xzf hugo_0.10_linux_amd64.tar.gz
- sudo mv hugo_0.10_linux_amd64/hugo_0.10_linux_amd64 /usr/local/bin/
- gem install jekyll
script:
- hugo_0.10_linux_amd64 -s .
- jekyll build

0 comments on commit 9b8579c

Please sign in to comment.