Skip to content

Commit

Permalink
added travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
utekaravinash committed Feb 25, 2020
1 parent 21b9b03 commit 249b47a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: go

go:
- 1.12
- 1.13
- master
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 249b47a

Please sign in to comment.