mirror of https://github.com/restic/restic.git
16 lines
269 B
YAML
16 lines
269 B
YAML
|
language: go
|
||
|
sudo: false
|
||
|
go:
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
- 1.4
|
||
|
- 1.5
|
||
|
- 1.6
|
||
|
before_install:
|
||
|
- go get github.com/mattn/goveralls
|
||
|
- go get golang.org/x/tools/cmd/cover
|
||
|
script:
|
||
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||
|
notifications:
|
||
|
email: false
|