Remove tests from Travis build.

This commit is contained in:
esaunders 2019-10-09 11:46:23 -04:00
parent 37435ff0c7
commit fde857cd57

View File

@ -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'