diff --git a/.travis.yml b/.travis.yml index 958af3ccc8cff4e496ef05eee5031f7cc40be2b8..36db0b1f85a37053b3e30fb834e7cb21108146f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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