mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
update travis
This commit is contained in:
parent
c08ff6c4fb
commit
1ac793be13
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user