1
Fork 0

Build node on CI

This commit is contained in:
Jake Howard 2017-04-24 13:34:12 +01:00
parent ea667433c5
commit fa2358fc19

View file

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