From 731c935cbd9a18f203da1939f7d245f0c8d21fe0 Mon Sep 17 00:00:00 2001 From: Jonathan J Lawlor Date: Tue, 16 Aug 2016 08:49:14 -0400 Subject: [PATCH] go 1.7rc3 -> go 1.7, drop go 1.4.2 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 74c56bd..8f20f71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,9 @@ env: # Versions of go that are explicitly supported by gonum. go: - - 1.4.2 - 1.5.4 - 1.6.3 - - 1.7rc3 + - 1.7 # Cache used to persist the compiled BLAS library between CI calls. cache: