Shouldn't have moved the line that cd'd into sleuthkit.

This commit is contained in:
esaunders 2019-09-11 17:02:14 -04:00
parent f4a602cb28
commit 98e860df7a

View File

@ -42,12 +42,12 @@ before_install:
install: install:
- sudo apt-get install testdisk - sudo apt-get install testdisk
- cd sleuthkit/sleuthkit
- ./travis_install_libs.sh - ./travis_install_libs.sh
script: script:
- set -e - set -e
- echo "Building TSK..." - echo "Building TSK..."
- cd sleuthkit/sleuthkit
- ./bootstrap && ./configure --prefix=/usr && make - ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist-PostgreSQL && popd - pushd bindings/java/ && ant -q dist-PostgreSQL && popd
- echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r' - echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'