Skip to content

Commit

Permalink
Tried to correct travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Sep 12, 2018
1 parent ad9c521 commit 33e98dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
- PLONE_VERSION=5.1
install:
- sed -ie "s#5-latest#$PLONE_VERSION-latest#" buildout.cfg
- python bootstrap-buildout.py --version=2.5.3
- python bootstrap-buildout.py --version=2.11.4
- bin/buildout -N buildout:download-cache=downloads code-analysis:return-status-codes=True annotate
- bin/buildout -N buildout:download-cache=downloads code-analysis:return-status-codes=True
before_script:
Expand Down
4 changes: 2 additions & 2 deletions travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ recipe = zc.recipe.egg
eggs = createcoverage

[versions]
setuptools = 38.2.4
zc.buildout = 2.10.0
setuptools = 38.5.1
zc.buildout = 2.11.4

0 comments on commit 33e98dc

Please sign in to comment.