mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
12 lines
137 B
YAML
12 lines
137 B
YAML
go_import_path: goji.io
|
|
language: go
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
- go: 1.7
|
|
- go: tip
|
|
|
|
script:
|
|
- go test -cover -race ./...
|