commit | 136b6b4a303c4a3b2924e4b54ab8fef49ccf6d6a | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Mon Oct 06 17:12:42 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Mon Oct 06 17:12:42 2014 -0400 |
tree | 78e25120ca0bad481ad0a4c6d1e9501afc463266 | |
parent | f25ae3782f99fa33f4af54042e64bae722d01ab1 [diff] |
go get everything in one fell swoop.
diff --git a/.travis.yml b/.travis.yml index b7f8d34..9c37aef 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,8 +1,6 @@ language: go install: - - go get -v . - - go get -v ./openstack/... - - go get -v ./rackspace/... + - go get -v ./... go: - 1.1 - 1.2 @@ -13,4 +11,3 @@ - go get github.com/mattn/goveralls - export PATH=$PATH:$HOME/gopath/bin/ - goveralls 2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8 -