mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 23:10:01 +00:00
13 lines
193 B
YAML
13 lines
193 B
YAML
|
language: go
|
||
|
go:
|
||
|
- "1.10.x"
|
||
|
- "1.11.x"
|
||
|
- "1.12.x"
|
||
|
|
||
|
before_install:
|
||
|
- go get github.com/mattn/goveralls
|
||
|
|
||
|
script:
|
||
|
- go test -v -race -cover
|
||
|
- $GOPATH/bin/goveralls -service=travis-ci
|