Skip to content

Commit

Permalink
Run tests in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwaker Gupta committed Dec 5, 2018
1 parent 6613abe commit 56e5f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- stage: run tests
go: "1.11.x"
install: go get -u golang.org/x/oauth2
script: go test ./dropbox/...
script: go test -v ./dropbox/...

0 comments on commit 56e5f65

Please sign in to comment.