update travis

This commit is contained in:
Henrique Dias 2015-09-27 09:43:36 +01:00
parent 1ac793be13
commit df6d802b7d
2 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
language: go
sudo: false
before_install:
install:
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
- go get github.com/mholt/caddy
- go get github.com/spf13/hugo
- go get github.com/robfig/cron
- go install github.com/mholt/caddy
- go install github.com/robfig/cron
- go install github.com/spf13/hugo
install:
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
- go generate

View File

@ -1,5 +1,5 @@
//go:generate go get github.com/jteeuwen/go-bindata
//go:generate go install github.com/jteeuwen/go-bindata
//go:generate go install github.com/jteeuwen/go-bindata/go-bindata
//go:generate go-bindata -pkg assets -o assets/assets.go templates/ assets/css/ assets/js/ assets/fonts/
package hugo