diff options
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 |