Skip to content

Commit

Permalink
use master of collective.transmogrifier for travis too
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Feb 13, 2015
1 parent 6e7a90d commit 88469ba
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- python: 2.6
env: PLONE=4.3
before_install:
- pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz
- pip install Pillow
- sudo apt-get install -qq libxml2-dev libxslt-dev
- mkdir -p buildout-cache/eggs
- mkdir -p buildout-cache/downloads
Expand Down
7 changes: 7 additions & 0 deletions test-4.0.x.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[buildout]
extensions = mr.developer
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.0.x.cfg http://good-py.appspot.com/release/plone/4.0.9
parts = download install test
package-name = quintagroup.transmogrifier
package-extras = [tests]
auto-checkout =
collective.transmogrifier

[versions]
zc.buildout = 1.6.3

[sources]
collective.transmogrifier = git https://github.com/collective/collective.transmogrifier.git branch=master

7 changes: 6 additions & 1 deletion test-4.1.x.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[buildout]
extensions = mr.developer
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.1.x.cfg
parts = download install test
package-name = quintagroup.transmogrifier
package-extras = [tests]
auto-checkout =
collective.transmogrifier

[versions]
zc.buildout = 1.6.3

[sources]
collective.transmogrifier = git https://github.com/collective/collective.transmogrifier.git branch=master
7 changes: 6 additions & 1 deletion test-4.2.x.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[buildout]
extensions = mr.developer
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.2.x.cfg
parts = download install test
package-name = quintagroup.transmogrifier
package-extras = [tests]
auto-checkout =
collective.transmogrifier

[versions]
zc.buildout = 1.6.3

[sources]
collective.transmogrifier = git https://github.com/collective/collective.transmogrifier.git branch=master
6 changes: 5 additions & 1 deletion test-4.3.x.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[buildout]
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
parts = download install test
package-name = quintagroup.transmogrifier
package-extras = [tests]
auto-checkout =
collective.transmogrifier

[versions]
zc.buildout = 1.6.3

[sources]
collective.transmogrifier = git https://github.com/collective/collective.transmogrifier.git branch=master

0 comments on commit 88469ba

Please sign in to comment.