diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-26 12:47:52 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-26 12:47:52 +0200 |
commit | a4d403de3a8c4f3a13e1839a6681fc81a8c32199 (patch) | |
tree | d43db32a3aaa143c123b6d7a01aa06d7a2cdd982 /.travis.yml | |
parent | 0d649346b4f93e47dfac7a2ff66294d6ab095e2e (diff) | |
download | git-bug-a4d403de3a8c4f3a13e1839a6681fc81a8c32199.tar.gz |
cleaning
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 0025f29e..59c7652f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,4 @@ install: - make install script: - - make test - - go test -race -coverprofile=coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash) + - make test
\ No newline at end of file |