mirror of
https://github.com/octoleo/restic.git
synced 2024-11-19 19:45:18 +00:00
10 lines
187 B
YAML
10 lines
187 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.3.3
|
||
|
- 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
|