diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-12-01 16:31:27 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-12-01 16:31:27 +0800 |
commit | 76366fc1d9fe5d0a25d364c917597d4ac62f3b18 (patch) | |
tree | 58d6e5d01f8e7b85a4e92ad79a9a13cb3d7a9a5c /.travis.yml | |
parent | 07a41400984ac16558b68420a448394f92bd0a20 (diff) |
Travis CI config updated and typo fixed.
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 8285809..f4e5c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ go: script: - go vet ./... - - go test -v -coverprofile=coverage.txt -covermode=atomic + - go test ./... -v -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) |