remove go 1.10 from ci build matrix

This commit is contained in:
David Bariod 2019-05-10 06:44:02 +02:00
parent 5521996833
commit 1a601d2059
1 changed files with 1 additions and 5 deletions

View File

@ -5,12 +5,8 @@ git:
env: env:
- GO111MODULE=on - GO111MODULE=on
- GO111MODULE=off - GO111MODULE=off
go: [ 1.10.x, 1.11.x, 1.12.x ] go: [ 1.11.x, 1.12.x ]
os: [ linux, osx, windows ] os: [ linux, osx, windows ]
matrix:
exclude:
- env: GO111MODULE=on
go: 1.10.x
install: install:
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi - if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi
- if [[ "$GO111MODULE" == "off" ]]; then go get github.com/stretchr/testify/assert golang.org/x/sys/unix github.com/konsorten/go-windows-terminal-sequences; fi - if [[ "$GO111MODULE" == "off" ]]; then go get github.com/stretchr/testify/assert golang.org/x/sys/unix github.com/konsorten/go-windows-terminal-sequences; fi