Skip to content

Commit

Permalink
add verbose mode to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed May 16, 2019
1 parent b95b385 commit 3ab0407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ env:
- PATH=/snap/bin:$PATH

before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- curl -L -s -v https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- ls -al $GOPATH/bin
- dep version

install:
Expand Down

0 comments on commit 3ab0407

Please sign in to comment.