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 15:49:56 UTC

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

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/COMMONSRDF-46
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