2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00
restic/vendor/github.com/go-ini/ini/.travis.yml

18 lines
374 B
YAML
Raw Normal View History

2017-07-23 12:24:45 +00:00
sudo: false
language: go
go:
2017-09-13 12:09:48 +00:00
- 1.6.x
- 1.7.x
- 1.8.x
2017-10-22 08:07:36 +00:00
- 1.9.x
- 1.10.x
2019-01-27 20:07:57 +00:00
- 1.11.x
2017-07-23 12:24:45 +00:00
script:
2017-07-23 12:24:45 +00:00
- go get golang.org/x/tools/cmd/cover
- go get github.com/smartystreets/goconvey
- mkdir -p $HOME/gopath/src/gopkg.in
- ln -s $HOME/gopath/src/github.com/go-ini/ini $HOME/gopath/src/gopkg.in/ini.v1
- cd $HOME/gopath/src/gopkg.in/ini.v1
2017-07-23 12:24:45 +00:00
- go test -v -cover -race