[Git][noosfero/noosfero][master] travis: revert to precise

Bráulio Bhavamitra gitlab at mg.gitlab.com
Tue May 16 11:50:16 BRT 2017


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


Commits:
2c12a6b5 by Braulio Bhavamitra at 2017-05-16T11:49:39-03:00
travis: revert to precise

- - - - -


1 changed file:

- .travis.yml


Changes:

=====================================
.travis.yml
=====================================
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,15 +6,12 @@ notifications:
     template:
       - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}"
 
-# Ensure Container-based environment, as others can have some random failures
-# specially with different Firefox versions and selenium tests.
-# E.g. https://travis-ci.org/noosfero/noosfero/jobs/122918772#L1308
-#
-# Also container-based environments have the fatest boot times and
-# are the only one with cache available for public projects.
+# Ensure Container-based environment for faster boot times.
 # See https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
-dist: trusty
 sudo: false
+# Stick with precise as trusty is at least 50% slower.
+#dist: trusty
+
 cache: bundler
 
 language: ruby



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

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/2c12a6b5f9abd7f33c724b4cd4ffbd42e1dd0f3d
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/7611a228/attachment-0001.html>


More information about the Noosfero-dev mailing list