Skip to content

Commit 35858a0

Browse files
authored
Update .travis.yml
1 parent 9d06339 commit 35858a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ before_install:
6262
- pip install --user codecov #Install codecov
6363

6464
after_success:
65-
- codecov
66-
- bash <(curl -s https://codecov.io/bash) #Run codecov
65+
- codecov -t a2d569ed-e94b-4f97-8df9-2ad1316d89d9 #Run codecov
6766

6867
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"

0 commit comments

Comments
 (0)