Skip to content

Commit

Permalink
GH-5 Added Travis config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxoc3 committed Jun 27, 2020
1 parent b74dfc0 commit 06bb5cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ language: go
sudo: false
go:
- "1.x"

before_install:
- go get github.com/mattn/goveralls

script:
- go test -v .
- go test -v ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 06bb5cd

Please sign in to comment.