mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
12 lines
166 B
YAML
12 lines
166 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- tip
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
|
|