Skip to content

Commit

Permalink
Merge pull request #9 from plonegovbr/issues_11
Browse files Browse the repository at this point in the history
Melhorar a estrutura de testes de dependências em futuros releases, evitando que muitos erros só apareçam quando é lançado o release.

Implementa plonegovbr/portalpadrao.release#11
  • Loading branch information
idgserpro authored Oct 6, 2016
2 parents 85c7edd + b3d7e59 commit 6266886
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ cache:
directories:
- eggs
- parts/node
env:
matrix:
- MASTER=true
- PENDING_RELEASE=true
matrix:
allow_failures:
- env: MASTER=true
fast_finish: true
install:
- test $MASTER && sed -ie '/https:\/\/raw\.githubusercontent\.com\/plonegovbr\/portal\.buildout\/master\/buildout\.d\/versions\.cfg/d' buildout.cfg || true
- python bootstrap.py
- bin/buildout annotate
- bin/buildout -Nq
- bin/buildout
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down
3 changes: 1 addition & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/plonegovbr/portalpadrao.release/master/1.0.5/versions.cfg
https://raw.githubusercontent.com/plonegovbr/portal.buildout/master/buildout.d/versions.cfg
https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg
https://raw.githubusercontent.com/plonegovbr/portal.buildout/master/buildout.d/versions.cfg

package-name = brasil.gov.paginadestaque
package-extras = [test]
Expand Down

0 comments on commit 6266886

Please sign in to comment.