kilo/vendor/github.com/evanphx/json-patch/.travis.yml

20 lines
309 B
YAML
Raw Normal View History

2019-05-03 10:50:21 +00:00
language: go
go:
- 1.14
- 1.13
2019-05-03 10:50:21 +00:00
install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get github.com/jessevdk/go-flags
script:
- go get
- go test -cover ./...
- cd ./v5
- go get
- go test -cover ./...
2019-05-03 10:50:21 +00:00
notifications:
email: false