diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-26 11:50:17 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-26 11:50:17 +0200 |
commit | 958529665bd6e47b0f0cc43e4a73a3d8ca0f72f4 (patch) | |
tree | 3382bbe70efdbd5585676102cee6c8c2b7a0cb8f /README.md | |
parent | 67cb63746d7d100b0c8c41283340565d4ef12962 (diff) | |
download | sonarqube-958529665bd6e47b0f0cc43e4a73a3d8ca0f72f4.tar.gz sonarqube-958529665bd6e47b0f0cc43e4a73a3d8ca0f72f4.zip |
Fix travis pill in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 6fa574183c3..7633cde651b 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Licensed under the GNU Lesser General Public License, Version 3.0: http://www.gn ### Build status -[![Build Status](https://api.travis-ci.org/SonarSource/sonarqube.svg)](https://travis-ci.org/SonarSource/sonarqube) +[![Build Status](https://travis-ci.org/SonarSource/sonarqube.svg?branch=master)](https://travis-ci.org/SonarSource/sonarqube) |