aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2017-03-03 12:00:54 +0100
committerSean Owen <sowen@cloudera.com>2017-03-03 12:00:54 +0100
commit776fac3988271a1e4128cb31f21e5f7f3b7bcf0e (patch)
treed84ec1aefe6f1c545ee5dd9f39d773270269d6cc
parent0bac3e4cde75678beac02e67b8873fe779e9ad34 (diff)
downloadspark-776fac3988271a1e4128cb31f21e5f7f3b7bcf0e.tar.gz
spark-776fac3988271a1e4128cb31f21e5f7f3b7bcf0e.tar.bz2
spark-776fac3988271a1e4128cb31f21e5f7f3b7bcf0e.zip
[SPARK-19801][BUILD] Remove JDK7 from Travis CI
## What changes were proposed in this pull request? Since Spark 2.1.0, Travis CI was supported by SPARK-15207 for automated PR verification (JDK7/JDK8 maven compilation and Java Linter) and contributors can see the additional result via their Travis CI dashboard (or PC). This PR aims to make `.travis.yml` up-to-date by removing JDK7 which was removed via SPARK-19550. ## How was this patch tested? See the result via Travis CI. - https://travis-ci.org/dongjoon-hyun/spark/builds/207111713 Author: Dongjoon Hyun <dongjoon@apache.org> Closes #17143 from dongjoon-hyun/SPARK-19801.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d94872db64..d7e9f8c029 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,6 @@ dist: trusty
# 2. Choose language and target JDKs for parallel builds.
language: java
jdk:
- - oraclejdk7
- oraclejdk8
# 3. Setup cache directory for SBT and Maven.