Skip to content

Commit

Permalink
Improve travis builds (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Mar 31, 2020
1 parent a1da63e commit 350e011
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ addons:
organization: dependency-check
token:
secure: DoKbTc6euo/1GBD6u2pVzOhK4v9gf8ZJacsQaSU4zbnL5uYTknTBO+x+8eNGBLtoLHx28Rk5HPrZDK4ADZch1Zzy92qxV0A8/m7zJcZQQlK2Mb1TohOtCEA7ACnf53xUAH+XpSdAfgKLLk7gl8Q2B3rOaDG5uxPciUg5jqfuWV4=

# only build commits/PRs targeted to the master branch
# this avoids duplicate builds for push + PR
branches:
only:
- master

jobs:
include:
- name: OpenJDK 11 with SonarQube
Expand Down

0 comments on commit 350e011

Please sign in to comment.