diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-05 12:22:42 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-05 12:22:42 -0500 |
| commit | c141de20e16d4441cf73f4bf3e3a5edd9369f210 (patch) | |
| tree | 303fb220b319c3e70b9223ec440a609121146f58 | |
| parent | ed52f0a3617fb4d8b234d280d8cde35af1933191 (diff) | |
Now that they appear to work, make Travis.ci builds verbose.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fdc24f4..cefec1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ before_install: - GOOS=windows GOARCH=amd64 go install std install: - - go install ./... + - go install -v -x ./... |
