Skip to content

Commit f0375eb

Browse files
authored
Merge pull request #961 from sirupsen/ci_build_matrix
remove go 1.10 from ci build matrix
2 parents 5521996 + 1a601d2 commit f0375eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ git:
55
env:
66
- GO111MODULE=on
77
- GO111MODULE=off
8-
go: [ 1.10.x, 1.11.x, 1.12.x ]
8+
go: [ 1.11.x, 1.12.x ]
99
os: [ linux, osx, windows ]
10-
matrix:
11-
exclude:
12-
- env: GO111MODULE=on
13-
go: 1.10.x
1410
install:
1511
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi
1612
- if [[ "$GO111MODULE" == "off" ]]; then go get github.com/stretchr/testify/assert golang.org/x/sys/unix github.com/konsorten/go-windows-terminal-sequences; fi

0 commit comments

Comments
 (0)