aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-20 10:00:46 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-07-20 12:59:15 +0200
commit8f24a793edf5c7e4d8364981a70e25a7161d6fcc (patch)
tree7d337e83b83d214860c57e6378bcad231344065c /.travis.yml
parent73b46e381ff0a7a0b3bc280ac45de592e547513a (diff)
downloadsonar-scanner-cli-8f24a793edf5c7e4d8364981a70e25a7161d6fcc.tar.gz
sonar-scanner-cli-8f24a793edf5c7e4d8364981a70e25a7161d6fcc.zip
Trying to fix the build on jdk7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c7f2d88..41efeed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,7 @@ language: java
sudo: false
jdk:
- - oraclejdk8
- - openjdk7
+ - oraclejdk7
install: true
script: ./travis.sh