Test against Go 1.9 and drop 1.7. (#836)

This commit is contained in:
David Hill 2017-08-28 16:40:37 -04:00 committed by GitHub
parent c47ee87673
commit 624d2d31ee
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ services:
- docker
env:
- GOVERSION = 1.7
- GOVERSION = 1.8
- GOVERSION = 1.9
install: true

View File

@ -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 \