Skip to content

Commit

Permalink
Merge pull request #239 from HaraldNordgren/go_versions
Browse files Browse the repository at this point in the history
travis-ci test matrix updates
  • Loading branch information
ploxiln authored Oct 28, 2018
2 parents be2eb35 + 8523083 commit 0527e80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.10.x
- 1.11.x
env:
- NSQ_DOWNLOAD=nsq-0.3.7.linux-amd64.go1.6 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-0.3.7.linux-amd64.go1.6 GOARCH=386
- NSQ_DOWNLOAD=nsq-0.3.8.linux-amd64.go1.6.2 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-0.3.8.linux-amd64.go1.6.2 GOARCH=386
- NSQ_DOWNLOAD=nsq-1.0.0-compat.linux-amd64.go1.8 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-1.0.0-compat.linux-amd64.go1.8 GOARCH=386
- NSQ_DOWNLOAD=nsq-1.1.0.linux-amd64.go1.10.3 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-1.1.0.linux-amd64.go1.10.3 GOARCH=386
install:
- wget -O dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
- chmod +x dep
Expand Down

0 comments on commit 0527e80

Please sign in to comment.