Skip to content

Commit

Permalink
Bump up SonarQube LTS to 6.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Nov 30, 2018
1 parent 5bbcccb commit d843d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- docker
env:
# latest LTS
- SONAR_VERSION=6.7.5 SONAR_JAVA_VERSION=5.2.0.13398
- SONAR_VERSION=6.7.6 SONAR_JAVA_VERSION=5.2.0.13398
# latest releases
- SONAR_VERSION=7.4 SONAR_JAVA_VERSION=5.8.0.15699
install:
Expand Down
2 changes: 1 addition & 1 deletion src/smoke-test/sonarqube-lts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonarqube:6.7.5
FROM sonarqube:6.7.6
ENV SONAR_JAVA_VERSION=5.2.0.13398

RUN wget -P $SONARQUBE_HOME/extensions/plugins/ --no-verbose http://central.maven.org/maven2/org/sonarsource/java/sonar-java-plugin/$SONAR_JAVA_VERSION/sonar-java-plugin-$SONAR_JAVA_VERSION.jar
Expand Down

0 comments on commit d843d32

Please sign in to comment.