Skip to content

Commit

Permalink
Merge pull request sirupsen#961 from sirupsen/ci_build_matrix
Browse files Browse the repository at this point in the history
remove go 1.10 from ci build matrix
  • Loading branch information
dgsb committed May 10, 2019
2 parents 0388f91 + 94e8b25 commit 2447eff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ git:
env:
- GO111MODULE=on
- GO111MODULE=off
go: [ 1.10.x, 1.11.x, 1.12.x ]
go: [ 1.11.x, 1.12.x ]
os: [ linux, osx, windows ]
matrix:
exclude:
- env: GO111MODULE=on
go: 1.10.x
install:
- 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
Expand Down

0 comments on commit 2447eff

Please sign in to comment.