Build node on CI
This commit is contained in:
parent
ea667433c5
commit
fa2358fc19
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go: 1.x
|
||||||
- 1.x
|
node_js: 6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/kardianos/govendor
|
- go get github.com/kardianos/govendor
|
||||||
- govendor get github.com/spf13/hugo
|
- govendor get github.com/spf13/hugo
|
||||||
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- hugo -vDEF
|
- hugo -vDEF
|
||||||
|
|
Loading…
Reference in a new issue