From 513aa1a65c6f13970fb5c1d39d47be74b657abb2 Mon Sep 17 00:00:00 2001 From: Christophe Boulanger Date: Tue, 27 Apr 2021 12:51:02 +0200 Subject: [PATCH] Update travis to build plone6.x.x --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb37a6b..e9b3d24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,13 +24,15 @@ matrix: env: PLONE_VERSION=5.2 TEST_EGG=collective.messagesviewlet[test] - python: "3.7" env: PLONE_VERSION=5.2 TEST_EGG=collective.messagesviewlet[test] + - python: "3.7" + env: PLONE_VERSION=6.x TEST_EGG=collective.messagesviewlet[test] sudo: true fast_finish: true before_install: - sudo apt-get install -y firefox-geckodriver - virtualenv -p `which python` . - - cp plone-$PLONE_VERSION.x.cfg buildout.cfg + - cp plone-$PLONE_VERSION.x.cfg buildout.cfg install: - echo $PLONE_VERSION