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

Changed travis yml file to only run the unit tests on the oracle 8 build

parent 286b16b7
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,11 @@ env:
matrix:
include:
- jdk: oraclejdk8
env: BUILD_CMD='ant -f build.xml'
install:
- "ant -f build.xml"
- "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:
- "${HOME}/dependencies"
......@@ -20,6 +24,3 @@ before_install:
- "source install_dependencies.sh"
install:
- "$BUILD_CMD"
- "cd test"
- "ln -s $(pwd)/../etc/log4j.properties ."
script: ./RunDefaultUnitTests.sh | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ]
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