Skip to content

Commit

Permalink
Merge 52faf95 into 0ce9882
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldNordgren committed Oct 28, 2018
2 parents 0ce9882 + 52faf95 commit 95e195b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,10 @@ services:
- mysql
- postgres
go:
- 1.8
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
env:
global:
Expand All @@ -23,4 +26,4 @@ before_script:
- psql -c 'create database sqlhooks;' -U postgres
script:
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out

0 comments on commit 95e195b

Please sign in to comment.