Test against Go 1.9 and drop 1.7. (#836)
This commit is contained in:
parent
c47ee87673
commit
624d2d31ee
@ -6,8 +6,8 @@ services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- GOVERSION = 1.7
|
||||
- GOVERSION = 1.8
|
||||
- GOVERSION = 1.9
|
||||
|
||||
install: true
|
||||
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user