diff options
| author | TreyBastian <trey.bastian@gmail.com> | 2015-05-11 18:38:50 +0100 |
|---|---|---|
| committer | TreyBastian <trey.bastian@gmail.com> | 2015-05-11 18:38:50 +0100 |
| commit | 47a11dcd01cd21b0b5fbaab8d95294ad62fc9acb (patch) | |
| tree | 2850cab288e210d83206ba6d5d8ddd9189d120ba /.travis.yml | |
| parent | 8cb136fddf7ac7e2927d71a40fd248ae5a6bdb26 (diff) | |
trying again
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2cdcdb8..de8eb33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: go go: -tip script: - - go test
\ No newline at end of file + - go test -v ./...
\ No newline at end of file |
