Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Sep 12, 2017
1 parent 6daf6b2 commit 80051fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 214 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ env:
- PLONE_VERSION=5.1
matrix:
allow_failures:
- env: PLONE_VERSION=5.0
- env: PLONE_VERSION=5.1
fast_finish: true
install:
- sed -ie "s#test-5.0.x#test-$PLONE_VERSION#" buildout.cfg
- sed -ie "s#test-5.0#test-$PLONE_VERSION#" buildout.cfg
- pip install setuptools==33.1.1
- python bootstrap.py --buildout-version=2.9.4
- pip install zc.buildout==2.8.0
- buildout bootstrap .
- bin/buildout annotate
- bin/buildout -Nq install test
- bin/buildout -Nv install test
script: bin/test
210 changes: 0 additions & 210 deletions bootstrap.py

This file was deleted.

0 comments on commit 80051fc

Please sign in to comment.