Skip to content

Commit

Permalink
Removed glide in bin utilities and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Sep 25, 2016
1 parent 9414e9f commit ac17173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go:
- tip

install:
- bin/setup
- go get ./...

script:
- go build -v ./cmd/dphx
4 changes: 1 addition & 3 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")/.."
# Install dev tools
go get -v -u \
github.com/mitchellh/gox \
github.com/Masterminds/glide \
github.com/kovetskiy/manul \
github.com/aktau/github-release

glide install

go get -v ./...

0 comments on commit ac17173

Please sign in to comment.