feat(travis): run tests agains go 1.12.x

This commit is contained in:
umarcor 2019-03-18 17:02:32 +01:00
parent 8cc3a504e7
commit a7af3e26ad

View file

@ -7,15 +7,16 @@ stages:
go:
- 1.10.x
- 1.11.x
- 1.12.x
- tip
matrix:
include:
- stage: diff
go: 1.11.x
script: diff -u <(echo -n) <(gofmt -d -s .)
allow_failures:
- go: tip
include:
- stage: diff
go: 1.12.x
script: diff -u <(echo -n) <(gofmt -d -s .)
before_install:
- mkdir -p bin