mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
12 lines
316 B
YAML
12 lines
316 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
before_install:
|
|
- go get github.com/axw/gocov/gocov
|
|
- go get github.com/mattn/goveralls
|
|
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci -repotoken=$COVERALLS |