Commit 555c63feb9002b2d90cbccde283406fd0c45c0f8

Authored by Braulio Bhavamitra
1 parent cf1fbd8d

travis: slice more

Showing 1 changed file with 11 additions and 8 deletions   Show diff stats
.travis.yml
... ... @@ -45,14 +45,17 @@ env:
45 45 - TASK=test:units
46 46 - TASK=test:functionals
47 47 - TASK=test:integration
48   - - TASK=cucumber LANG=en
49   - - SLICE=1/3 TASK=selenium
50   - - SLICE=2/3 TASK=selenium
51   - - SLICE=3/3 TASK=selenium
52   - - SLICE=1/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
53   - - SLICE=2/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
54   - - SLICE=3/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
55   - - SLICE=4/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  48 + - SLICE=1/2 TASK=cucumber LANG=en
  49 + - SLICE=2/2 TASK=cucumber LANG=en
  50 + - SLICE=1/4 TASK=selenium
  51 + - SLICE=2/4 TASK=selenium
  52 + - SLICE=3/4 TASK=selenium
  53 + - SLICE=4/4 TASK=selenium
  54 + - SLICE=1/5 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  55 + - SLICE=2/5 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  56 + - SLICE=3/5 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  57 + - SLICE=4/5 TASK=test:noosfero_plugins BUNDLE_OPTS=install
  58 + - SLICE=5/5 TASK=test:noosfero_plugins BUNDLE_OPTS=install
56 59  
57 60 script:
58 61 - bundle exec rake $TASK
... ...