From 5f0c802f7100372f43b845dda3d4e8a4c2855552 Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Mon, 10 Dec 2018 16:19:02 -0500 Subject: [PATCH] made travis more verbose --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9200839ce7..75597cee85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,11 @@ install: - sh travis_build.sh script: - set -e - - echo "building autopsy..." && echo -en 'travis_fold:start:script.build\\r' + - echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r' - cd $TRAVIS_BUILD_DIR/ - - ant -q build + - ant build - echo -en 'travis_fold:end:script.build\\r' - - echo "testing autopsy..." && echo -en 'travis_fold:start:script.tests\\r' + - echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r' - cd Core/ - xvfb-run ant -q test - echo -en 'travis_fold:end:script.tests\\r'