Skip to content

Commit

Permalink
Use godeps to vendor dependencies.
Browse files Browse the repository at this point in the history
* Move complexity out of .travis.yml and into `scripts/test`
* Update README

Signed-off-by: Kai Zhang <[email protected]>
  • Loading branch information
Aram Price authored and Kai Zhang committed Mar 25, 2014
1 parent d45d302 commit d178e67
Show file tree
Hide file tree
Showing 199 changed files with 41,025 additions and 22 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ matrix:
- go: tip

install:
- go get github.com/apcera/gnatsd
- go get -v ./...
- go build -v ./...
- export PATH=$HOME/gopath/bin:$PATH

script:
- export PATH=$HOME/gopath/bin:$PATH
- go test -v ./...
- ./scripts/test
60 changes: 60 additions & 0 deletions Godeps/Godeps.json

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

5 changes: 5 additions & 0 deletions Godeps/Readme

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

2 changes: 2 additions & 0 deletions Godeps/_workspace/.gitignore

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

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

Loading

0 comments on commit d178e67

Please sign in to comment.