mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
13 lines
234 B
YAML
13 lines
234 B
YAML
|
language: go
|
||
|
sudo: false
|
||
|
go_import_path: github.com/go-oauth2/oauth2/v4
|
||
|
go:
|
||
|
- 1.13
|
||
|
before_install:
|
||
|
- go get -t -v ./...
|
||
|
|
||
|
script:
|
||
|
- chmod +x ./go.test.sh && ./go.test.sh
|
||
|
|
||
|
after_success:
|
||
|
- bash <(curl -s https://codecov.io/bash)
|