mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 22:11:37 -07:00
Add .travis.yml
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
|||||||
|
os: linux
|
||||||
|
sudo: false
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.6
|
||||||
|
- 1.7
|
||||||
|
- tip
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: always
|
||||||
Reference in New Issue
Block a user