Forgot to add updated .travis.yml file on previous commit.

This commit is contained in:
esaunders 2019-10-30 13:25:21 -04:00
parent af56179eba
commit af3f20db95

View File

@ -49,8 +49,7 @@ before_install:
- python setupSleuthkitBranch.py - python setupSleuthkitBranch.py
install: install:
- cd sleuthkit/sleuthkit - pushd sleuthkit/sleuthkit && ./travis_install_libs.sh && popd
- ./travis_install_libs.sh
before_script: before_script:
- if [ $TRAVIS_OS_NAME = linux ]; then - if [ $TRAVIS_OS_NAME = linux ]; then
@ -70,12 +69,4 @@ before_script:
fi fi
- java -version - java -version
script: script: ./travis_build.sh
- set -e
- echo "Building TSK..."
- ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java && ant dist-PostgreSQL && popd
- echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'
- cd $TRAVIS_BUILD_DIR/
- ant build
- echo -en 'travis_fold:end:script.build\\r'