mirror of
https://github.com/nxshock/colorcrop.git
synced 2025-07-02 00:23:44 +05:00
14 lines
182 B
YAML
14 lines
182 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
- master
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
|
|
|
notifications:
|
|
email: false
|