From 624d2d31eefbaa28efb302f4e2341365e2b71236 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 28 Aug 2017 16:40:37 -0400 Subject: [PATCH] Test against Go 1.9 and drop 1.7. (#836) --- .travis.yml | 2 +- run_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f70f402..725a0f3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ services: - docker env: - - GOVERSION = 1.7 - GOVERSION = 1.8 + - GOVERSION = 1.9 install: true diff --git a/run_tests.sh b/run_tests.sh index 6ff55b14..4f516287 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -17,7 +17,7 @@ set -ex # for more details. #Default GOVERSION -GOVERSION=${1:-1.8} +GOVERSION=${1:-1.9} REPO=dcrd TESTCMD="test -z \"\$(gometalinter --disable-all \