deque-int/.travis.yml
Andrew Gillis cb6ff4f760 vet flag
2019-05-20 21:20:40 -04:00

16 lines
167 B
YAML

language: go
go:
- 1.11.x
- 1.12.x
- tip
before_script:
- go vet ./...
script:
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)