-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from nats-io/leaf
LeafNode OperatorLimits
- Loading branch information
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
language: go | ||
sudo: false | ||
go: | ||
- 1.9.x | ||
- 1.10.x | ||
- 1.12.x | ||
- 1.11.x | ||
|
||
install: | ||
- go get -t ./... | ||
- go get github.com/mattn/goveralls | ||
- go get github.com/wadey/gocovmerge | ||
- go get -u honnef.co/go/tools/cmd/staticcheck | ||
- go get -u github.com/client9/misspell/cmd/misspell | ||
|
||
before_script: | ||
- $(exit $(go fmt ./... | wc -l)) | ||
- go vet ./... | ||
- misspell -error -locale US . | ||
- staticcheck ./... | ||
|
||
script: | ||
- if [[ "$TRAVIS_GO_VERSION" == 1.10.* ]] ; then ./scripts/cov.sh TRAVIS; else go test -v -race ./...; fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters