mirror of
https://github.com/mudler/luet.git
synced 2025-10-21 10:51:12 +00:00
11 lines
212 B
YAML
11 lines
212 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -repotoken ca4cRbwqOXDZBv39XjjxoXDDUnwEA7klw
|