From 064cbe13c52e515980530a15b4749e99f8829e9e Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Thu, 27 Aug 2020 10:31:26 +0300 Subject: [PATCH] Revert "remove after_failure" This reverts commit b39f46ea --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index abf50bb710..c29a6ba24c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,7 @@ jobs: install: travis_wait 20 mvn -B install -PinstallAlfresco,apply-rm-community -q -f $AUTOMATION_COMMUNITY_PATH/pom.xml script: - travis_wait 60 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_COMMUNITY_PATH/pom.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + after_failure: tail ./target/reports/rm-automation-community-rest-api.log -5000 - name: "Enterprise Rest API Tests" stage: Tests before_install: