mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-13 00:36:28 +00:00
13 lines
233 B
YAML
13 lines
233 B
YAML
|
language: go
|
||
|
go:
|
||
|
- "1.10"
|
||
|
- "1.9"
|
||
|
- "1.8"
|
||
|
- "1.7"
|
||
|
before_install:
|
||
|
- go get github.com/mattn/goveralls
|
||
|
script:
|
||
|
- go test -v ./...
|
||
|
- go test -bench=. ./...
|
||
|
- $HOME/gopath/bin/goveralls -package=./... -service=travis-ci
|