mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
19 lines
177 B
YAML
19 lines
177 B
YAML
os: linux
|
|
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
notifications:
|
|
email:
|
|
on_success: always
|