Skip to content

Commit

Permalink
Merge pull request #21 from HaraldNordgren/go_versions
Browse files Browse the repository at this point in the history
Bump Go versions and use '.x' to always get latest patch versions
  • Loading branch information
Gustavo Chaín committed Oct 29, 2018
2 parents 0ce9882 + 52faf95 commit 7408a7f
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 7408a7f

Please sign in to comment.