Skip to content

Commit

Permalink
Merge pull request #37 from donutloop/feature/travis_update
Browse files Browse the repository at this point in the history
updated travis configuration
  • Loading branch information
donutloop committed Nov 23, 2018
2 parents 0e5b448 + 49b47f0 commit 451f682
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -4,7 +4,17 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x

os:
- linux
- osx
- windows

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

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

0 comments on commit 451f682

Please sign in to comment.