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

better comment

parent c179bade
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ script:
- javac -version
- ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist
# don't run tests on linux; libtsk not present due to SIP on osx: VIK-6971
# 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
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment