Skip to content

Commit 32a7e11

Browse files
committed
Fixed build matrix
1 parent ad71bbb commit 32a7e11

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ env:
77
- PLONE=4.1
88
- PLONE=4.2
99
matrix:
10-
exclude:
11-
- python: 2.7
10+
include:
11+
- python: 2.6
1212
env: PLONE=4.0
13-
- python: 2.7
13+
- python: 2.6
1414
env: PLONE=4.1
15+
- python: 2.7
16+
env: PLONE=4.2
1517
before_install:
1618
- pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz
1719
- sudo apt-get install -qq libxml2-dev libxslt-dev

0 commit comments

Comments
 (0)