mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
11 lines
104 B
YAML
11 lines
104 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: B2_LOG_LEVEL=2 go test -v ./base ./b2
|