mirror of
https://github.com/stashapp/stash.git
synced 2026-01-06 07:38:49 +01:00
14 lines
216 B
YAML
14 lines
216 B
YAML
language: go
|
|
go:
|
|
- "1.7.x"
|
|
- "1.8.x"
|
|
- "1.9.x"
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- go test -v -race -cover
|
|
- $GOPATH/bin/goveralls -service=travis-ci
|