mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 19:52:58 +00:00
update travis
This commit is contained in:
parent
282a93d705
commit
ecb65b80b2
@ -2,6 +2,9 @@ language: go
|
||||
go:
|
||||
- tip
|
||||
sudo: false
|
||||
matrix:
|
||||
allow_failures:
|
||||
- install: go get -u -v $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v caddy-hugo)
|
||||
install:
|
||||
- go generate
|
||||
- go get -u -v $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v caddy-hugo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user