Use travis
This commit is contained in:
parent
aaebcdd3e2
commit
ea667433c5
2 changed files with 12 additions and 9 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
|
@ -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
|
Loading…
Reference in a new issue