From 3dbca08e799d686f74ed9108fe953a0f52cd20b4 Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Thu, 27 Aug 2020 07:36:48 +0300 Subject: [PATCH] check logs from file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c99c7f1e77..2046fd7022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,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 + after_failure: tail -n 5000 ./target/reports/rm-automation-community-rest-api.log - name: "Enterprise Rest API Tests" stage: Tests before_install: