made travis more verbose

This commit is contained in:
Brian Carrier 2018-12-10 16:19:02 -05:00
parent dd23a69ba0
commit 5f0c802f71

View File

@ -19,11 +19,11 @@ install:
- sh travis_build.sh - sh travis_build.sh
script: script:
- set -e - 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/ - cd $TRAVIS_BUILD_DIR/
- ant -q build - ant build
- echo -en 'travis_fold:end:script.build\\r' - 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/ - cd Core/
- xvfb-run ant -q test - xvfb-run ant -q test
- echo -en 'travis_fold:end:script.tests\\r' - echo -en 'travis_fold:end:script.tests\\r'