You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/09/13 07:53:44 UTC

syncope git commit: Attempting to get an updated Oracle JDK 8 from Travis CI

Repository: syncope
Updated Branches:
  refs/heads/master 2565ab7e3 -> c62b6dea3


Attempting to get an updated Oracle JDK 8 from Travis CI


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

Branch: refs/heads/master
Commit: c62b6dea32ebc40f367c9f3661501efb6cbb06e8
Parents: 2565ab7
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Sep 13 09:53:38 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Sep 13 09:53:38 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c62b6dea/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 84ed830..209049e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,10 @@
 # limitations under the License.
 
 sudo: false
+addons:
+  apt:
+    packages:
+      - oracle-java8-installer
 cache:
   directories:
   - $HOME/.m2