mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 09:14:07 +00:00
b9f0f031b6
Closes #2129
11 lines
193 B
YAML
11 lines
193 B
YAML
language: go
|
|
go:
|
|
- 1.7
|
|
- 1.x
|
|
- tip
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|