1
Fork 0

Use travis

This commit is contained in:
Jake Howard 2017-04-24 13:25:55 +01:00
parent aaebcdd3e2
commit ea667433c5
2 changed files with 12 additions and 9 deletions

12
.travis.yml Normal file
View file

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

View file

@ -1,9 +0,0 @@
dependencies:
pre:
- sudo apt-get update; sudo apt-get install golang-1.8-go
- go get github.com/kardianos/govendor
- govendor get github.com/spf13/hugo
test:
override:
- hugo -vDEF