1
Fork 0
theorangeone.net-legacy/.travis.yml

14 lines
175 B
YAML
Raw Normal View History

2017-04-24 13:25:55 +01:00
sudo: false
language: go
2017-04-24 13:34:12 +01:00
go: 1.x
node_js: 6
2017-04-24 13:25:55 +01:00
install:
- go get github.com/kardianos/govendor
- govendor get github.com/spf13/hugo
2017-04-24 13:34:12 +01:00
- npm install
2017-04-24 13:25:55 +01:00
script:
- hugo -vDEF