We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d06339 commit 35858a0Copy full SHA for 35858a0
.travis.yml
@@ -62,7 +62,6 @@ before_install:
62
- pip install --user codecov #Install codecov
63
64
after_success:
65
- - codecov
66
- - bash <(curl -s https://codecov.io/bash) #Run codecov
+ - codecov -t a2d569ed-e94b-4f97-8df9-2ad1316d89d9 #Run codecov
67
68
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"
0 commit comments