1
0
Fork 0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-11-08 15:10:06 +00:00
duplicity-backup/.travis.yml
Knut Ahlers 0f7e114361
Test on latest two Go versions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-10-08 15:16:44 +02:00

9 lines
95 B
YAML

language: go
go:
- 1.10.x
- 1.11.x
- tip
install: make setup-testenv
script: make test