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

travis yml change

parent 3f6709cf
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,8 @@ env:
matrix:
include:
- jdk: oraclejdk8
install:
- "ant -f build.xml"
- "cd test"
- "ln -s $(pwd)/../etc/log4j.properties ."
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)" ]
cache:
directories:
......@@ -24,3 +22,4 @@ before_install:
- "source install_dependencies.sh"
install:
- "$BUILD_CMD"
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