terraform/vendor/github.com/bmatcuk/doublestar/.travis.yml

16 lines
209 B
YAML

language: go
go:
- 1.11
- 1.12
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)