Skip to content

Commit

Permalink
Allow failures in Plone 4.0 and 4.2 (refs. #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Oct 30, 2013
1 parent 1d9f6b2 commit 296b4d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ matrix:
env: PLONE_VERSION=4.0
- python: 2.6
env: PLONE_VERSION=4.1
allow_failures:
- python: 2.6
env: PLONE_VERSION=4.0
- python: 2.7
env: PLONE_VERSION=4.2
install:
- sed -ie "s#travis-4.x.cfg#travis-$PLONE_VERSION.x.cfg#" travis.cfg
- mkdir -p buildout-cache/downloads
Expand Down

0 comments on commit 296b4d6

Please sign in to comment.