Skip to content

Commit

Permalink
Update travis to build plone6.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Apr 27, 2021
1 parent 0e7915a commit 513aa1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 513aa1a

Please sign in to comment.