Skip to content

Commit

Permalink
Changing install to package to include lessons as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars authored Dec 24, 2016
1 parent 282073e commit 0d0d225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jdk:
install: "/bin/true"
script:
- 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:
directories:
- $HOME/.m2
Expand Down Expand Up @@ -44,6 +44,6 @@ addons:
description: "Coverity Scan from Travis CI Build Automation"
notification_email: [email protected]
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true install"
build_command: "mvn -DskipTests=true package"
branch_pattern: coverity_scan

0 comments on commit 0d0d225

Please sign in to comment.