Skip to content

Commit

Permalink
Switch to gnatsd, install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Sep 17, 2015
1 parent 43c4501 commit 11596ce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,13 +1,12 @@
language: go
go:
- 1.4
before_script:
- gem -v
- ruby -v
- gem install nats
- which nats-server
- nats-server -v
- 1.5
install:
- DST=~/gopath/src/github.com/nats-io
- mkdir -p "$DST"
- git clone --depth=1 --quiet https://github.com/nats-io/gnatsd.git "$DST"/gnatsd
- go get -t ./...
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 11596ce

Please sign in to comment.