Changing install to package to include lessons as well
This commit is contained in:
parent
282073ed2d
commit
0d0d2258d8
@ -4,7 +4,7 @@ jdk:
|
|||||||
install: "/bin/true"
|
install: "/bin/true"
|
||||||
script:
|
script:
|
||||||
- mvn clean install
|
- mvn clean install
|
||||||
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then mvn "-Dbuild.number=$TRAVIS_BUILD_NUMBER" clean install; else mvn clean install; fi
|
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then mvn "-Dbuild.number=$TRAVIS_BUILD_NUMBER" clean package; else mvn clean package; fi
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
@ -44,6 +44,6 @@ addons:
|
|||||||
description: "Coverity Scan from Travis CI Build Automation"
|
description: "Coverity Scan from Travis CI Build Automation"
|
||||||
notification_email: doug.morato@owasp.org
|
notification_email: doug.morato@owasp.org
|
||||||
build_command_prepend: "mvn clean"
|
build_command_prepend: "mvn clean"
|
||||||
build_command: "mvn -DskipTests=true install"
|
build_command: "mvn -DskipTests=true package"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user