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

Use mvn install target

parent 80bfcbe4
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 package'
- BUILD_CMD='mvn -Dskip.tests=true clean install'
- RUN_TESTS=false
matrix:
include:
......@@ -20,6 +20,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
- "source install_dependencies.sh"
install:
- "echo About to run $BUILD_CMD"
- "$BUILD_CMD"
script:
- if [ "$RUN_TESTS" == "true" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment