Skip to content

Commit

Permalink
Merge pull request nsqio#229 from nitra/master
Browse files Browse the repository at this point in the history
Update golang version in Travis (to 1.10)
  • Loading branch information
mreiferson authored Jun 14, 2018
2 parents 8c1ff52 + 01482eb commit be2eb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.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
Expand All @@ -11,7 +11,7 @@ env:
- 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
install:
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- wget -O dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
- chmod +x dep
- ./dep ensure
script:
Expand Down

0 comments on commit be2eb35

Please sign in to comment.