Skip to content

Commit

Permalink
Merge pull request #25 from mreiferson/matrixxxx_25
Browse files Browse the repository at this point in the history
test against matrix of nsqd versions
  • Loading branch information
jehiah committed Jul 11, 2014
2 parents f17a1a6 + 5a3a3fe commit 256c0c8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ go:
- 1.2.2
- 1.3
env:
- GOARCH=amd64
- GOARCH=386
- NSQ_DOWNLOAD=nsq-0.2.24.linux-amd64.go1.2 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-0.2.24.linux-amd64.go1.2 GOARCH=386
- NSQ_DOWNLOAD=nsq-0.2.27.linux-amd64.go1.2 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-0.2.27.linux-amd64.go1.2 GOARCH=386
- NSQ_DOWNLOAD=nsq-0.2.28.linux-amd64.go1.2.1 GOARCH=amd64
- NSQ_DOWNLOAD=nsq-0.2.28.linux-amd64.go1.2.1 GOARCH=386
install:
- go get github.com/bitly/go-simplejson
- go get github.com/mreiferson/go-snappystream
script:
- wget https://github.com/bitly/nsq/releases/download/v0.2.28/nsq-0.2.28.linux-amd64.go1.2.1.tar.gz
- tar zxvf nsq-0.2.28.linux-amd64.go1.2.1.tar.gz
- sudo cp nsq-0.2.28.linux-amd64.go1.2.1/bin/nsqd nsq-0.2.28.linux-amd64.go1.2.1/bin/nsqlookupd /usr/local/bin
- wget http://bitly-downloads.s3.amazonaws.com/nsq/$NSQ_DOWNLOAD.tar.gz
- tar zxvf $NSQ_DOWNLOAD.tar.gz
- sudo cp $NSQ_DOWNLOAD/bin/nsqd $NSQ_DOWNLOAD/bin/nsqlookupd /usr/local/bin
- pushd $TRAVIS_BUILD_DIR
- ./test.sh
- popd
Expand Down

0 comments on commit 256c0c8

Please sign in to comment.