Create .travis.yml

This commit is contained in:
nxshock 2022-05-14 22:13:12 +05:00 committed by GitHub
parent c44d147b9c
commit 784351b3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
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