Browse Source

codec: remove parameters from travis.yml

trying to get codecov.io to just look at only the coverage.txt file
Ugorji Nwoke 8 years ago
parent
commit
6ac03ac419
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -7,5 +7,4 @@ go:
 script:
   - go test -tags "alltests" -run Suite -coverprofile coverage.txt github.com/ugorji/go/codec
 after_success:
-  - bash <(curl -s https://codecov.io/bash) -t d363f760-34c1-4232-8c47-569fe7c02549 -f coverage.txt
-
+  - bash <(curl -s https://codecov.io/bash)