diff --git a/.travis.yml b/.travis.yml index 7554bbc6a4..56c8b7bbbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,10 +64,3 @@ script: - cd $TRAVIS_BUILD_DIR/ - ant build - echo -en 'travis_fold:end:script.build\\r' - - echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r' - - cd Core/ - - ant -q getTestDataFiles - - echo "Free Space:" - - echo `df -h .` - - xvfb-run ant -q test - - echo -en 'travis_fold:end:script.tests\\r'