Skip to content

Commit

Permalink
Preparando buildout.cfg para ter dois jobs de testes.
Browse files Browse the repository at this point in the history
  • Loading branch information
idgserpro committed Sep 9, 2016
1 parent 24ecbaa commit 0cdd1d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ 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\/new_use_base_versions_cfg\/buildout\.d\/versions\.cfg/d' buildout.cfg || true
- python bootstrap.py
- bin/buildout annotate
- bin/buildout
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.1.4/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/new_use_base_versions_cfg/buildout.d/versions.cfg

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

0 comments on commit 0cdd1d0

Please sign in to comment.