From ab4d0e6ead947e0a6ce09e780a6f99ccf9d3bc8f Mon Sep 17 00:00:00 2001 From: David Bariod Date: Tue, 3 Mar 2020 09:10:14 +0100 Subject: [PATCH] run CI for go 1.13 and 1.14 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51470a3b4..5e20aa414 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,8 @@ git: depth: 1 env: - GO111MODULE=on - - GO111MODULE=off -go: [1.12.x, 1.13.x] +go: [1.13.x, 1.14.x] os: [linux, osx] -matrix: - exclude: - - go: 1.13.x - env: GO111MODULE=off ## Modules are the default now. install: - ./travis/install.sh script: