From a30e726acfc30857da4706aba384ac3ce502dd16 Mon Sep 17 00:00:00 2001 From: Bogdan U Date: Sat, 24 Oct 2020 12:18:15 +0300 Subject: [PATCH] Remove go1.11 build dependecy (#130) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a272c0..7840f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,6 @@ go: matrix: fast_finish: true - include: - - go: 1.11.x - env: GO111MODULE=on script: - go test -coverprofile=coverage.txt -covermode=atomic