Commit fb488229f23c21ef8a19993780abd8ab51dbe5ff

Authored by Braulio Bhavamitra
1 parent 1bed10f7

travis: slice plugins tests in four parts

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -50,7 +50,10 @@ env:
50 50 - TASK=test:integration
51 51 - TASK=cucumber LANG=en
52 52 - TASK=selenium
53   - - TASK=test:noosfero_plugins BUNDLE_OPTS=install
  53 + - SLICE=1/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  54 + - SLICE=2/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  55 + - SLICE=3/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  56 + - SLICE=4/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
54 57  
55 58 script:
56 59 - bundle exec rake $TASK
... ...