Skip to content

Commit

Permalink
Melhorar a estrutura de testes de dependências em futuros releases, e…
Browse files Browse the repository at this point in the history
…vitando que muitos erros só apareçam quando é lançado o release
  • Loading branch information
idgserpro committed Oct 5, 2016
1 parent 85c7edd commit b3d7e59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
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
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 b3d7e59

Please sign in to comment.