update travis

This commit is contained in:
Henrique Dias 2015-09-27 09:39:39 +01:00
parent c08ff6c4fb
commit 1ac793be13
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
language: go
sudo: false
before_script:
before_install:
- go get github.com/mholt/caddy
- go get github.com/spf13/hugo
- go get github.com/robfig/cron
install:
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
- 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