Skip to content

Commit

Permalink
Issue #5086: place 'set +e' for travis's pmd/findbugs/spotbugs to let…
Browse files Browse the repository at this point in the history
… cache to be created
  • Loading branch information
romani committed Sep 7, 2017
1 parent c3aae81 commit 95c5793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ matrix:
- jdk: oraclejdk8
env:
- DESC="findbugs,spotbugs,pmd"
- CMD="export MAVEN_OPTS='-Xmx2000m' && mvn clean compile pmd:check findbugs:check spotbugs:check"
- CMD="export MAVEN_OPTS='-Xmx2000m' && set +e && mvn clean compile pmd:check findbugs:check spotbugs:check"

# eclipse static analysis
- jdk: oraclejdk8
Expand Down

0 comments on commit 95c5793

Please sign in to comment.