You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/26 13:07:01 UTC

[1/3] incubator-commonsrdf git commit: Is travis happy with dist: trusty?

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 9f73a1455 -> 7410f79ba


Is travis happy with dist: trusty?


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

Branch: refs/heads/master
Commit: 90b681b2ea449f7a4ca83ea58f971c91792cf975
Parents: 9f73a14
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 13:48:11 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:04:02 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/90b681b2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f356e54..283b9c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
-# Use docker-based build environment
-sudo: false
+# Attempt to get a newer oraclejdk8..
+# See https://docs.travis-ci.com/user/ci-environment/
+sudo: required
+dist: trusty
 
 language: java
 jdk:


[3/3] incubator-commonsrdf git commit: Revert "Is travis happy with dist: trusty?"

Posted by st...@apache.org.
Revert "Is travis happy with dist: trusty?"

This reverts commit 90b681b2ea449f7a4ca83ea58f971c91792cf975.


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

Branch: refs/heads/master
Commit: 7410f79ba7ff1580efd731f58bddd498599faa9d
Parents: c06abc8
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 14:06:52 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:06:52 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7410f79b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9262dcf..a115f8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
-# Attempt to get a newer oraclejdk8..
-# See https://docs.travis-ci.com/user/ci-environment/
-sudo: required
-dist: trusty
+# Use docker-based build environment
+sudo: false
 
 language: java
 


[2/3] incubator-commonsrdf git commit: Travis Travis..

Posted by st...@apache.org.
Travis Travis..


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

Branch: refs/heads/master
Commit: c06abc8c4d52e435a5e1a6fd9b5c54268543f800
Parents: 90b681b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 14:01:07 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:04:06 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/c06abc8c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 283b9c3..9262dcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,15 @@ sudo: required
 dist: trusty
 
 language: java
-jdk:
-  - oraclejdk8
+
+# Workaround for travis-ci/travis-ci#4042
+addons:
+  apt:
+    packages:
+      - oracle-java8-installer    
+#jdk:
+#  - oraclejdk8
+
 
 cache:
   directories: