Skip to content

Commit

Permalink
Configure builds to run on Travis for Plone4, 5.0 and 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Jun 13, 2017
1 parent 35f70c3 commit dccb935
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ language: python
python:
- 2.7

env:
- PLONE_VERSION=4
- PLONE_VERSION=5.0
- PLONE_VERSION=5.1

install:
- sudo apt-get -qq install libfreetype6-dev liblcms1-dev libreoffice
- mkdir -p buildout-cache/{eggs,downloads}
- sed -ie "s#plone-5#plone-$PLONE_VERSION#" buildout.cfg
- sed -ie "s#travis-5#travis-$PLONE_VERSION#" travis.cfg
- python bootstrap.py -c travis.cfg
- virtualenv-2.7 .
- bin/buildout -Nc travis.cfg
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/plone-5.x.cfg
buildout.d/development.cfg
2 changes: 1 addition & 1 deletion buildout.d/development.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ environment-vars =
zope_i18n_compile_mo_files true

[sources]
collective.behavior.talcondition = git git://github.com/collective/collective.behavior.talcondition.git pushurl=git@github.com:collective/collective.behavior.talcondition.git branch=plone50
collective.behavior.talcondition = git git://github.com/collective/collective.behavior.talcondition.git pushurl=git@github.com:collective/collective.behavior.talcondition.git
collective.excelexport = git git://github.com/collective/collective.excelexport.git pushurl=git@github.com:collective/collective.excelexport.git
appy = svn http://svn.communesplone.org/svn/communesplone/appy/trunk/

Expand Down
2 changes: 1 addition & 1 deletion travis.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/travis-5.x.cfg
buildout.d/development.cfg

[code-analysis]
Expand Down

0 comments on commit dccb935

Please sign in to comment.