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

Added debug flag

parent e8e52fb6
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ jdk:
sudo: false
env:
global:
- BUILD_CMD='mvn -Dskip.tests=true clean install'
- BUILD_CMD='mvn -X -Dskip.tests=true clean install'
- RUN_TESTS=false
matrix:
include:
......@@ -19,7 +19,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "source install_dependencies.sh"
- "mvn -Dskip.tests=true initialize"
- "mvn -X -Dskip.tests=true initialize"
install:
- "$BUILD_CMD"
script:
......
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