Skip to content

Commit

Permalink
Downgrade to Plone 4.3.3 to see if that fixes the travis issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 29, 2015
1 parent adbf869 commit 293fb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ download-cache = buildout-cache/downloads

[download]
recipe = hexagonit.recipe.download
url = https://launchpad.net/plone/4.3/4.3.4/+download/Plone-4.3.4-UnifiedInstaller.tgz
url = https://launchpad.net/plone/4.3/4.3.3/+download/Plone-4.3.3-UnifiedInstaller.tgz

[install]
recipe = collective.recipe.cmd
on_install = true
cmds = tar jxvf ${download:location}/Plone-4.3.4-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
cmds = tar jxvf ${download:location}/Plone-4.3.3-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null

[code-analysis]
recipe = plone.recipe.codeanalysis
Expand Down

0 comments on commit 293fb68

Please sign in to comment.