Skip to content

Commit

Permalink
Merge pull request #4 from seantis/update_travis
Browse files Browse the repository at this point in the history
Update travis
  • Loading branch information
msom committed Nov 13, 2015
2 parents eb6570d + e349edc commit 847f0b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildout/buildout.cfg
@@ -1,6 +1,6 @@
[buildout]
extends =
http://dist.plone.org/release/4.3.2/versions.cfg
http://dist.plone.org/release/4.3-latest/versions.cfg
versions.cfg
parts =
instance
Expand All @@ -26,4 +26,4 @@ eggs = i18ndude
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs = seantis.plonetools[tests]
eggs = seantis.plonetools[tests]
4 changes: 2 additions & 2 deletions buildout/travis.cfg
Expand Up @@ -33,12 +33,12 @@ eggs =

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

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

[coverage]
recipe = zc.recipe.egg
Expand Down
2 changes: 2 additions & 0 deletions buildout/versions.cfg
@@ -0,0 +1,2 @@
[versions]
createcoverage = 1.4

0 comments on commit 847f0b4

Please sign in to comment.