[Git][noosfero/noosfero][master] travis: move to oraclejdk8 as openjdk8 isn't available on precise

Bráulio Bhavamitra gitlab at mg.gitlab.com
Tue May 16 12:25:57 BRT 2017


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
a9dee0d9 by Braulio Bhavamitra at 2017-05-16T12:25:18-03:00
travis: move to oraclejdk8 as openjdk8 isn't available on precise

- - - - -


1 changed file:

- .travis.yml


Changes:

=====================================
.travis.yml
=====================================
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,16 +9,21 @@ notifications:
 # Ensure Container-based environment for faster boot times.
 # See https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
 sudo: false
+
+##
 # Stick with precise as trusty is at least 50% slower.
+#
 #dist: trusty
 
-cache: bundler
+jdk:
+  # openjdk8 isn't available on precise
+  - oraclejdk8
 
 language: ruby
 rvm:
   - 2.4.1
-jdk:
-  - openjdk8
+
+cache: bundler
 
 services:
   - postgresql



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/a9dee0d980b57ab57f141852168a27828580d5a1

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/a9dee0d980b57ab57f141852168a27828580d5a1
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170516/e8030f11/attachment-0001.html>


More information about the Noosfero-dev mailing list