go-mastodon/.travis.yml
Yasuhiro Matsumoto 920c285387
Only tip
2019-06-22 01:55:58 +09:00

13 lines
163 B
YAML

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