mirror of
https://github.com/kopia/kopia.git
synced 2026-05-19 12:14:45 -04:00
added travis configuration
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: go
|
||||
go:
|
||||
- "1.11"
|
||||
os:
|
||||
- linux
|
||||
script: go test ./...
|
||||
Reference in New Issue
Block a user