From 670bf566c6aee11a69626652b6ac5aa00fe52e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pab=C3=B3n?= Date: Mon, 19 Jul 2021 22:03:05 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70b3511..dc6e46d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,21 +4,8 @@ arch: language: go go: - - 1.1 - - 1.2 - - tip -jobs: - exclude: - - go: 1.1 - arch: ppc64le - - go: 1.2 - arch: ppc64le - - go: 1.1 - arch: amd64 - - go: 1.2 - arch: amd64 - - + - tip + install: - go get github.com/stretchr/testify