mirror of
https://github.com/Luzifer/elastic_cron.git
synced 2024-11-12 23:42:45 +00:00
9 lines
187 B
YAML
9 lines
187 B
YAML
language: go
|
|
go:
|
|
- 1.3.3
|
|
- tip
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|