Skip to content

Commit

Permalink
Add Travis CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Sarabia committed Feb 16, 2019
1 parent 1cbe8a6 commit 0f73bef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 0f73bef

Please sign in to comment.