Skip to content
Snippets Groups Projects
Commit 2b197081 authored by “kpepper”'s avatar “kpepper”
Browse files

travis yml change

parent e0b4b3b9
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ matrix:
- jdk: oraclejdk8
env: BUILD_CMD='ant -f build.xml'
script:
- "cd test"
- "ln -s $(pwd)/../etc/log4j.properties ."
- "./RunDefaultUnitTests.sh | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ]"
- "cd test"
- "ln -s $(pwd)/../etc/log4j.properties ."
- "./RunDefaultUnitTests.sh | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ]"
cache:
directories:
- "${HOME}/dependencies"
......@@ -24,4 +24,4 @@ before_install:
- "source install_dependencies.sh"
install:
- "$BUILD_CMD"
script: ignore
script: skip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment