-
Notifications
You must be signed in to change notification settings - Fork 1
/
travis.cfg
27 lines (21 loc) · 879 Bytes
/
travis.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
package-name = collective.geo.usersmap
package-extras = [test]
allow-hosts +=
code.google.com
robotframework.googlecode.com
extensions =
mr.developer
sources = sources
auto-checkout = *
always-checkout = force
sources-dir = extras
github-url = https://github.com/
[sources]
collective.geo.openlayers = git ${buildout:github-url}collective/collective.geo.openlayers.git
collective.geo.settings = git ${buildout:github-url}collective/collective.geo.settings.git
collective.geo.mapwidget = git ${buildout:github-url}collective/collective.geo.mapwidget.git
collective.z3cform.colorpicker = git ${buildout:github-url}collective/collective.z3cform.colorpicker.git
collective.z3cform.mapwidget = git ${buildout:github-url}collective/collective.z3cform.mapwidget.git