[REEF-1944] Remove Oracle JDK 7 from Travis CI Also, add a note about JDK versions used in CI
JIRA: [REEF-1944](https://issues.apache.org/jira/browse/REEF-1944) Pull request: This closes #1407 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/49fbac27 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/49fbac27 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/49fbac27 Branch: refs/heads/REEF-335 Commit: 49fbac27548793f4a036b1aa461d1e7cb3c1d33b Parents: af6c39a Author: Mariia Mykhailova <[email protected]> Authored: Wed Nov 1 11:27:34 2017 -0700 Committer: Sergiy Matusevych <[email protected]> Committed: Wed Nov 1 13:37:16 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 4 +--- lang/java/BUILD.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/49fbac27/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e460051..3965f34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,11 @@ # limitations under the License. sudo: false +dist: trusty language: java -dist: precise - jdk: - - oraclejdk7 - oraclejdk8 - openjdk7 http://git-wip-us.apache.org/repos/asf/reef/blob/49fbac27/lang/java/BUILD.md ---------------------------------------------------------------------- diff --git a/lang/java/BUILD.md b/lang/java/BUILD.md index b3633fa..d8c4e95 100644 --- a/lang/java/BUILD.md +++ b/lang/java/BUILD.md @@ -92,7 +92,7 @@ Continuous Integration ------------ We use [Travis CI](https://travis-ci.org/) to run continuous integration for REEF Java code (i.e. build and run tests -for all pull requests and commits to master branch). +for all pull requests and commits to master branch). Our current setup runs 2 builds for each commit: Oracle JDK 8 and OpenJDK 7; REEF can run on Oracle JDK 7 but it has been dropped from Travis build images. It can be convenient to set up Travis for your fork of REEF repository, for example, to reproduce a test failure which can't be reproduced locally.
