diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-06-17 11:28:33 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-06-17 12:10:12 +0200 |
commit | ab60a7acc96eb219991bea1427b672f5785d46e7 (patch) | |
tree | 64f80cd4c5c91ad755d1e8e67b6b95661d5cf53d /.travis.yml | |
parent | 88a25ade9d84fda5efe1e205866eb85f7d35477a (diff) | |
download | sonarqube-ab60a7acc96eb219991bea1427b672f5785d46e7.tar.gz sonarqube-ab60a7acc96eb219991bea1427b672f5785d46e7.zip |
fix broken CI build on travis
putting back sudo: false
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0269e61eacf..bd038ef5ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +sudo: false install: true jdk: |