Add travis

This commit is contained in:
nxshock 2019-07-18 19:25:26 +05:00
parent 09e0f7243e
commit 78558ed3c0

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: go
go:
- 1.x
- master
before_install:
- go get github.com/nxshock/colorcrop/...
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications:
email: false