This is an automated email from the ASF dual-hosted git repository. suvasude pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
The following commit(s) were added to refs/heads/master by this push: new 9777425 [GOBBLIN-1215] adding travis retry 9777425 is described below commit 97774251028668486ece928e3290a5d298bf57b6 Author: vbohra <vbo...@linkedin.com> AuthorDate: Thu Jul 16 15:24:43 2020 -0700 [GOBBLIN-1215] adding travis retry Closes #3030 from vikrambohra/travisRetry --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5591dcd..1a309f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ stages: before_script: - mysql -uroot -e "create user testUser identified by 'testPassword';" script: - - ./travis/test.sh - - ./gradlew jacocoTestReport + - travis_retry ./travis/test.sh + - travis_retry ./gradlew jacocoTestReport after_success: - bash <(cat .codecov_bash) after_failure: ./travis/junit-errors-to-stdout.sh