From 162c1b9cfec4b8909c30527f57c32c744e5bcf78 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 2 Jun 2019 18:29:22 +0300 Subject: [PATCH] add go1.12 to the travis builds (there are 4 tested versions, and this delays the result - we may just use go1.12 in the future Former-commit-id: a57466a1b29d324dda045bb69de9e79b60e42c5b --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a1912a50..3c42b19e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x go_import_path: github.com/kataras/iris # we disable test caching via GOCACHE=off # env: