From 9167c8ace8c429ab66d330a3fb8314277da729bf Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Mon, 27 Mar 2017 19:40:12 -0400 Subject: [PATCH] travis: update go versions, gpm version --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 763aaa3..30f4526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: go go: - - 1.5.4 - - 1.6.3 + - 1.6.4 + - 1.7.5 + - 1.8 script: - - curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm > gpm + - curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm - chmod +x gpm - ./gpm install - ./test.sh sudo: false notifications: email: false -