Merge pull request #5334 from esaunders/develop

Remove tests from Travis and AppVeyor builds.
This commit is contained in:
Richard Cordovano 2019-10-09 12:13:09 -04:00 committed by GitHub
commit d57628d802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -64,10 +64,3 @@ script:
- cd $TRAVIS_BUILD_DIR/ - cd $TRAVIS_BUILD_DIR/
- ant 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'
- cd Core/
- ant -q getTestDataFiles
- echo "Free Space:"
- echo `df -h .`
- xvfb-run ant -q test
- echo -en 'travis_fold:end:script.tests\\r'

View File

@ -45,8 +45,5 @@ build_script:
- ps: popd - ps: popd
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- cmd: ant -q build - cmd: ant -q build
- cd Core
- cmd: ant -q test
- cd ..
test: off test: off