.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
Michael Muré created
.travis.yml | 6 +-----
webui/build/.gitkeep | 0
2 files changed, 1 insertion(+), 5 deletions(-)
@@ -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