mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-08 15:10:06 +00:00
9 lines
89 B
YAML
9 lines
89 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
|
|
install: make setup-testenv
|
|
script: make test
|