Skip to content
Snippets Groups Projects
Commit 4ed779b2 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

fix for script

parent 33ed42c5
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ script:
- ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist
# don't run tests on osx; libtsk not present due to SIP on osx: VIK-6971
- if [ $TRAVIS_OS_NAME != "osx" ]; then
ant -q test
- if test ${TRAVIS_OS_NAME} != "osx"; then
ant -q test;
fi
- popd
- pushd case-uco/java/ && ant -q && popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment