Commit e8b43a76506de17f96a5185ca4b6bcfd9bb32042
1 parent
83aecfc4
Exists in
web_steps_improvements
and in
6 other branches
travis: revert to 3 selenium slices
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -48,8 +48,9 @@ env: |
48 | 48 | - TASK=test:functionals |
49 | 49 | - TASK=test:integration |
50 | 50 | - TASK=cucumber LANG=en |
51 | - - SLICE=1/2 TASK=selenium | |
52 | - - SLICE=2/2 TASK=selenium | |
51 | + - SLICE=1/3 TASK=selenium | |
52 | + - SLICE=2/3 TASK=selenium | |
53 | + - SLICE=3/3 TASK=selenium | |
53 | 54 | - SLICE=1/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |
54 | 55 | - SLICE=2/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |
55 | 56 | - SLICE=3/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install | ... | ... |