Get travis to test against Plone 4.3rc1.

This commit is contained in:
Daniel Widerin 2013-03-12 22:31:39 +01:00
parent f24c2aaa1d
commit 7e476f3899
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ download-cache = buildout-cache/downloads
[download]
recipe = hexagonit.recipe.download
url = https://launchpad.net/plone/4.3/4.3b2/+download/Plone-4.3b2-UnifiedInstaller.tgz
url = https://launchpad.net/plone/4.3/4.3rc1/+download/Plone-4.3rc1-UnifiedInstaller.tgz
[install]
recipe = collective.recipe.cmd
on_install = true
cmds = tar jxvf ${download:location}/Plone-4.3b2-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
cmds = tar jxvf ${download:location}/Plone-4.3rc1-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null