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

travis yml change

parent f73afedd
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,10 @@ matrix:
include:
- jdk: oraclejdk8
env: BUILD_CMD='ant -f build.xml'
before-script: "cd test; ln -s $(pwd)/../etc/log4j.properties ."
script: ./RunDefaultUnitTests.sh | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ]
script:
- "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"
......@@ -22,4 +24,4 @@ before_install:
- "source install_dependencies.sh"
install:
- "$BUILD_CMD"
script: ignore
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