Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
O padrão fica um pouco diferente dos demais (como em brasil.gov.portal) uma vez que a estrutura dos cfgs do buildout dele é diferente.
  • Loading branch information
idgserpro authored Oct 6, 2016
1 parent 310acb3 commit 3bb93dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@ cache:
directories:
- eggs
- parts/node
env:
matrix:
- MASTER=true
- LAST_RELEASE=true
matrix:
allow_failures:
- env: MASTER=true
fast_finish: true
before_install:
- whoami
- cp travis.cfg buildout.cfg
install:
# Troca a linha do extends do último release para só apontar para as pinagens do Plone 4.3.x,
# e adiciona 'eggs+=' e 'zcml+=' para poder funcionar o buildout (senão dá o erro
# "Error: Referenced option does not exist: buildout zcml")
- test $MASTER && sed -ie 's/.*http:\/\/downloads\.plone\.org\.br\/release\/.*/ http:\/\/dist\.plone\.org\/release\/4\.3-latest\/versions\.cfg\n\neggs\+=\n\nzcml+=/' base.cfg || true
- python bootstrap.py
- bin/buildout annotate
- bin/buildout
Expand Down

0 comments on commit 3bb93dd

Please sign in to comment.