go-mastodon/.travis.yml
Yasuhiro Matsumoto 8826198705 Only tip
2019-06-22 02:17:37 +09:00

14 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)