From 357e25f10262c724cc897312d9ca0e6cc7da2382 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Wed, 6 May 2020 01:41:25 -0400 Subject: [PATCH] .travis.yml: Drop older Go versions from CI It causes us to queue for instances due to quota limits. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6416f3c..853d17c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ go: - "1.12" - "1.11" - "1.10" - - "1.9" - - "1.8" install: - go get -t ./... - go get github.com/mattn/goveralls