mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Merge branch 'master' of https://github.com/apcera/gnatsd
Conflicts: TODO.md
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
- 1.4
|
||||
install:
|
||||
- DST=~/gopath/src/github.com/apcera
|
||||
- mkdir -p "$DST"
|
||||
- git clone --depth=1 --quiet https://github.com/apcera/nats.git "$DST"/nats
|
||||
- go get code.google.com/p/go.tools/cmd/vet
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
script:
|
||||
- go build
|
||||
|
||||
Reference in New Issue
Block a user