update travis
This commit is contained in:
parent
5f523e910a
commit
c08ff6c4fb
|
@ -1,8 +1,13 @@
|
|||
language: go
|
||||
sudo: false
|
||||
before_script:
|
||||
- go vet ./...
|
||||
- go get github.com/mholt/caddy
|
||||
- go get github.com/spf13/hugo
|
||||
- go get github.com/robfig/cron
|
||||
install:
|
||||
# Add Godeps dependencies to GOPATH and PATH
|
||||
- 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
|
||||
- go generate
|
||||
|
|
Loading…
Reference in New Issue