From 8867cfb2bb82af58aef428eb40b6e4e27a7f5c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Wed, 6 Mar 2019 12:50:49 +0100 Subject: [PATCH] build: Add go1.12 to .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 31a0ac7..7c1a9a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x - tip before_install: @@ -37,6 +38,9 @@ matrix: - name: "golint 1.11.x" go: 1.11.x script: ./scripts/lint.sh + - name: "golint 1.12.x" + go: 1.12.x + script: ./scripts/lint.sh allow_failures: - go: tip