aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-01 16:26:55 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-01 16:26:55 +0100
commit3613f2ab88823842e451ac66cccd2fb08584ee7a (patch)
tree368c21fd115475ab30d47744d0531e8fdb82f2ef /.travis.yml
parent5aaee7bb1b68c42d7beace47abf199ce1e489531 (diff)
downloadsonar-scanner-cli-3613f2ab88823842e451ac66cccd2fb08584ee7a.tar.gz
sonar-scanner-cli-3613f2ab88823842e451ac66cccd2fb08584ee7a.zip
Fix Travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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