Skip to content

Commit

Permalink
Allow failures on CI under Plone 4.1 (refs. #6)
Browse files Browse the repository at this point in the history
The tests are passing, but the buildout is failing.
  • Loading branch information
hvelarde committed Jan 2, 2014
1 parent b4f9dc3 commit 32d7ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ matrix:
include:
- python: 2.6
env: PLONE_VERSION=4.1
allow_failures:
- python: 2.6
env: PLONE_VERSION=4.1
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 32d7ded

Please sign in to comment.