From 9260b396603afbe7830924cbe8893a637d4b9055 Mon Sep 17 00:00:00 2001 From: hvelarde Date: Tue, 28 Mar 2017 15:01:01 -0300 Subject: [PATCH] Use Firefox 45.8.0esr --- .travis.yml | 2 +- buildout.cfg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14996a55..b3581ef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: directories: - eggs addons: - firefox: latest-esr + firefox: 45.8.0esr env: - PLONE_VERSION=4.2 TEST_EGGS=Pillow - PLONE_VERSION=4.3 TEST_EGGS=collective.cover[test] diff --git a/buildout.cfg b/buildout.cfg index 7d60a564..ed146af1 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,9 +1,8 @@ [buildout] extends = - https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg + https://raw.github.com/collective/buildout.plonetest/master/test-5.1.x.cfg https://raw.github.com/collective/buildout.plonetest/master/qa.cfg https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg - https://raw.github.com/collective/collective.cover/master/versions-4.3.x.cfg package-name = sc.social.like package-extras = [develop, test]