Skip to content

Commit

Permalink
Let's see what happens if we do not fetch buildout.cfg for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 29, 2015
1 parent f1e2de9 commit 9f8ee9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions travis.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[buildout]
extends = buildout.cfg
parts +=
download
install
Expand All @@ -9,12 +8,12 @@ download-cache = buildout-cache/downloads

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

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

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

0 comments on commit 9f8ee9a

Please sign in to comment.