Skip to content

Commit

Permalink
Change glide installing method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Nitami committed Jul 18, 2017
1 parent 9e6b7c6 commit 63784c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

before_install:
- mkdir -p $GOPATH/bin
- curl https://glide.sh/get | sh
# https://github.com/percona/qan-agent/pull/46
- go get -u github.com/Masterminds/glide

script:
- glide install
Expand Down

0 comments on commit 63784c1

Please sign in to comment.