You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by an...@apache.org on 2017/09/06 06:26:58 UTC

incubator-tephra git commit: Fix Travis build for Oracle JDK 7

Repository: incubator-tephra
Updated Branches:
  refs/heads/master 3c8ef93c1 -> fd6ef73d3


Fix Travis build for Oracle JDK 7

This closes #51 from GitHub.

Signed-off-by: anew <an...@apache.org>


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

Branch: refs/heads/master
Commit: fd6ef73d3774901d76601a4be0a88522e6eb500a
Parents: 3c8ef93
Author: anew <an...@apache.org>
Authored: Tue Sep 5 17:15:48 2017 -0700
Committer: anew <an...@apache.org>
Committed: Tue Sep 5 23:25:39 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fd6ef73d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index fb3a64c..941d602 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,9 @@
 
 language: java
 
+# Run it on precise, until we figure out how to make jdk7 work (or no longer support jdk7).
+dist: precise
+
 jdk:
   - oraclejdk7
   - oraclejdk8