Skip to content

Commit

Permalink
downgrade codecov config back to python
Browse files Browse the repository at this point in the history
codeconv-bash upload codecov report of tag to master branch

- https://github.com/codecov/codecov-python
- https://github.com/codecov/codecov-bash
  • Loading branch information
oldratlee committed Jun 18, 2018
1 parent 749b2b5 commit 9b4ee8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ before_install:
- echo -e "JAVA_HOME=$JAVA_HOME\nPATH=$PATH"
- ./mvnw --version

install:
- pip install --user codecov

script:
# default oracle jdk 8, do build and test
- ./mvnw clean install --batch-mode
Expand Down Expand Up @@ -81,14 +84,15 @@ script:
- mvn cobertura:cobertura

after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov

# Caching Dependencies and Directories
# https://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2
- $HOME/.jdk
- $HOME/.cache/pip
before_cache:
# clear TTL maven self install
- rm -rf $HOME/.m2/repository/com/alibaba/transmittable-thread-local

0 comments on commit 9b4ee8e

Please sign in to comment.