diff --git a/.travis.yml b/.travis.yml index afc0b5c..c449756 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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 \ No newline at end of file + - $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out