mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-08 19:03:16 -06:00
12 lines
173 B
YAML
12 lines
173 B
YAML
language: go
|
|
go:
|
|
- tip
|
|
install:
|
|
- go get -t ./...
|
|
- go get github.com/mattn/goveralls
|
|
script:
|
|
# v1
|
|
- go test -v .
|
|
# v2
|
|
- cd v2
|
|
- goveralls -v -service=travis-ci
|