blob: 7942c565ce62150cde47ceaac34fbcb1cd7df186 [file] [log] [blame]
language: go
sudo: false
go:
- 1.13.x
- tip
before_install:
- go get -t -v ./...
script:
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)