1
Fork 0

Hack around for circle

This commit is contained in:
Jake Howard 2017-04-24 13:48:37 +01:00
parent fa2358fc19
commit f2ee51ea84
2 changed files with 12 additions and 13 deletions

View file

@ -1,13 +0,0 @@
sudo: false
language: go
go: 1.x
node_js: 6
install:
- go get github.com/kardianos/govendor
- govendor get github.com/spf13/hugo
- npm install
script:
- hugo -vDEF

12
circle.yml Normal file
View file

@ -0,0 +1,12 @@
machine:
node:
version: 6.9.4
dependencies:
post:
- wget https://github.com/spf13/hugo/releases/download/v0.20.3/hugo_v0.20.3_Linux-32bit.deb -O /tmp/hugo.deb
- dpkg -i /tmp/hugo.deb
test:
override:
- hugo -vDEF