Skip to content

Commit

Permalink
fix travis cov (apache#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrick-zhu authored Aug 23, 2018
1 parent c6fd684 commit f720ccb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ cache:
directories:
- '$HOME/.m2/repository'

install:
- ./mvnw clean install -DskipTests=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true
install: true

script:
- travis_wait 30 ./mvnw test
- travis_wait 30 ./mvnw clean package -DskipTests=false -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true

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

0 comments on commit f720ccb

Please sign in to comment.