diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 16:26:55 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 16:26:55 +0100 |
commit | 3613f2ab88823842e451ac66cccd2fb08584ee7a (patch) | |
tree | 368c21fd115475ab30d47744d0531e8fdb82f2ef /.travis.yml | |
parent | 5aaee7bb1b68c42d7beace47abf199ce1e489531 (diff) | |
download | sonar-scanner-cli-3613f2ab88823842e451ac66cccd2fb08584ee7a.tar.gz sonar-scanner-cli-3613f2ab88823842e451ac66cccd2fb08584ee7a.zip |
Fix Travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7957a82..860f059 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: java + jdk: - oraclejdk8 - openjdk7 + +script: mvn clean install |