Only apply sonarcloud addon to the Travis CI job it is used in

This commit is contained in:
str4d
2017-12-07 15:34:21 +00:00
parent 71dbc0abe6
commit e6d97308bc

View File

@ -1,16 +1,15 @@
language: java
addons:
sonarcloud:
organization: "i2p"
jdk:
- oraclejdk9
- oraclejdk8
- openjdk8
matrix:
include:
- jdk: oraclejdk9
addons:
sonarcloud:
organization: "i2p"
- jdk: openjdk7
sudo: required
before_install: # Work around missing crypto in openjdk7