You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by de...@apache.org on 2017/06/29 10:04:48 UTC

flume git commit: Compile with jdk8 on Travis CI

Repository: flume
Updated Branches:
  refs/heads/trunk 857df3fe9 -> d01dfd321


Compile with jdk8 on Travis CI

This commit changes the Travis CI build config to use Java 8.

This closes #142.

Reviewers: Denes Arvay

(Attila Simon via Denes Arvay)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/d01dfd32
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/d01dfd32
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/d01dfd32

Branch: refs/heads/trunk
Commit: d01dfd321409e069b8f44f667c4f8b3fb70df607
Parents: 857df3f
Author: Attila Simon <sa...@cloudera.com>
Authored: Thu Jun 29 11:05:36 2017 +0200
Committer: Denes Arvay <de...@apache.org>
Committed: Thu Jun 29 12:03:41 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/d01dfd32/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1abc06e..17439bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,8 @@
 # under the License.
 
 language: java
+jdk:
+  - oraclejdk8
 before_install:
   - export MAVEN_SKIP_RC="true" # Travis has settings in /etc/mavenrc. We want to override them. See https://github.com/travis-ci/travis-ci/issues/4613
 install: