go-mastodon/.travis.yml
Yasuhiro Matsumoto 23fc4c7953 Switch to codecov
2019-06-22 02:17:37 +09:00

15 lines
173 B
YAML

language: go
sudo: false
go:
- 1.8.x
- tip
before_install:
- go get -t -v ./...
script:
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)