build: Travis-CI testing against Go 1.11 and 1.12

This commit is contained in:
Boris Schrijver 2019-09-09 22:25:36 +02:00 committed by Martin Atkins
parent 388af45637
commit 66c59f909e
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
language: go
go:
- 1.9.x
- 1.11.x
- 1.12.x
env:
- GO111MODULE=on
before_install:
- go get -t -v ./...
- go get -v ./...
script:
- ./.travis.sh