Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Update Travis to download Hugo so it doesnt fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jun 5, 2015
1 parent 3202885 commit c58dfbb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,10 +1,12 @@
sudo: false
sudo: required
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_install:
- wget https://github.com/spf13/hugo/releases/download/v0.14/hugo_0.14_i386.deb
- sudo dpkg -i hugo_0.14_i386.deb
- npm install -g npm@'>2.11.0'
after_script:
- CODECLIMATE_REPO_TOKEN=5b9d2275eb7937ba2e45b931eccc0b4b6cb6e48a9d4d234e3b008b87616b4e0a codeclimate < coverage/lcov.info
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit c58dfbb

Please sign in to comment.