summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-19 22:43:23 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-20 11:07:25 +0100
commit3ac5f1a896f947a6dd7128bbe9f80a2db2765abd (patch)
tree379e29c1d17bc7f047b189690f607ca288b58009 /.travis.yml
parent9dd0a4cfc30a89867dbfd49bf0c7d91a81209ee7 (diff)
downloadsonarqube-3ac5f1a896f947a6dd7128bbe9f80a2db2765abd.tar.gz
sonarqube-3ac5f1a896f947a6dd7128bbe9f80a2db2765abd.zip
Remove java7 build from travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a3ddf35601..5377a653013 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: java
jdk:
- oraclejdk8
- - openjdk7
script: mvn clean install