Hack around for circle
This commit is contained in:
parent
fa2358fc19
commit
f2ee51ea84
2 changed files with 12 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
12
circle.yml
Normal 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
|
Loading…
Reference in a new issue