mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
travis
Former-commit-id: 5c5fe0102b82e1437590033ffd725facec589675
This commit is contained in:
parent
048c69af22
commit
3a941e4165
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get -u -v $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v filemanager)
|
||||||
|
- go get -u -v github.com/mholt/caddy/caddyhttp
|
||||||
|
- go get github.com/gordonklaus/ineffassign
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go build github.com/hacdias/filemanager
|
||||||
|
- ineffassign .
|
Loading…
x
Reference in New Issue
Block a user