Skip to content

Commit

Permalink
updated travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
donutloop committed Nov 23, 2018
1 parent 0e5b448 commit 7c49b45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -4,7 +4,18 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- master

os:
- linux
- osx
- windows

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

script:
- go test -race -v ./...
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 7c49b45

Please sign in to comment.