mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Vendor dependencies
This commit is contained in:
committed by
Zlatko Čalušić
parent
2f0a16d8b7
commit
6054876201
11
vendor/goji.io/.travis.yml
generated
vendored
Normal file
11
vendor/goji.io/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
go_import_path: goji.io
|
||||
language: go
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.7
|
||||
- go: tip
|
||||
|
||||
script:
|
||||
- go test -cover -race ./...
|
||||
Reference in New Issue
Block a user