Skip to content

Commit

Permalink
Merge pull request #37 from wallyqs/vendor-deps
Browse files Browse the repository at this point in the history
Vendor deps, bump Golang versions
  • Loading branch information
Waldemar Quevedo committed Aug 18, 2016
2 parents 494b6b3 + 7c45b56 commit 9349a59
Show file tree
Hide file tree
Showing 139 changed files with 23,379 additions and 13 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
language: go

go:
- 1.6
- 1.6.3
- 1.7
- tip

env:
global:
- BUILD_GOARCH=amd64
matrix:
- BUILD_GOOS=linux

install:
- go get github.com/nats-io/gnatsd
- go get gopkg.in/gizak/termui.v1
- go get golang.org/x/crypto/bcrypt
allow_failures:
- go: tip

script:
- go get -d -v ./...
- go build -v ./...
- go fmt ./...
- go vet ./...
- go test -i -race ./...
- go test -v -race ./...
- go test -v -race ./util/

after_success:
- if [ "$TRAVIS_GO_VERSION" = "1.5" ] && [ "$BUILD_GOOS" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then ./scripts/cross_compile.sh; ghr --username wallyqs --token $GITHUB_TOKEN --replace --debug $TRAVIS_TAG pkg/ ; fi
- if [ "$TRAVIS_GO_VERSION" = "1.6" ] && [ "$BUILD_GOOS" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then ./scripts/cross_compile.sh; ghr --username wallyqs --token $GITHUB_TOKEN --replace --debug $TRAVIS_TAG pkg/ ; fi
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


all:
go build nats-top.go
2 changes: 1 addition & 1 deletion nats-top.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
ui "gopkg.in/gizak/termui.v1"
)

const version = "0.2.0"
const version = "0.3.0"

var (
host = flag.String("s", "127.0.0.1", "The nats server host.")
Expand Down
22 changes: 22 additions & 0 deletions vendor/github.com/gizak/termui/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 149 additions & 0 deletions vendor/github.com/gizak/termui/barchart.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9349a59

Please sign in to comment.