Commit 21675d35342959f48437cb91bb2015834d32b604
1 parent
3de882f9
Exists in
staging
and in
32 other branches
travis: switch to preinstalled ruby
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
.travis.yml
@@ -8,7 +8,7 @@ notifications: | @@ -8,7 +8,7 @@ notifications: | ||
8 | 8 | ||
9 | language: ruby | 9 | language: ruby |
10 | rvm: | 10 | rvm: |
11 | - - 2.2.4 | 11 | + - 2.2 |
12 | 12 | ||
13 | sudo: false | 13 | sudo: false |
14 | addons: | 14 | addons: |
@@ -48,9 +48,8 @@ env: | @@ -48,9 +48,8 @@ env: | ||
48 | - TASK=test:functionals | 48 | - TASK=test:functionals |
49 | - TASK=test:integration | 49 | - TASK=test:integration |
50 | - TASK=cucumber LANG=en | 50 | - TASK=cucumber LANG=en |
51 | - - SLICE=1/3 TASK=selenium | ||
52 | - - SLICE=2/3 TASK=selenium | ||
53 | - - SLICE=3/3 TASK=selenium | 51 | + - SLICE=1/2 TASK=selenium |
52 | + - SLICE=2/2 TASK=selenium | ||
54 | - SLICE=1/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install | 53 | - SLICE=1/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |
55 | - SLICE=2/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install | 54 | - SLICE=2/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |
56 | - SLICE=3/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install | 55 | - SLICE=3/4 TASK=test:noosfero_plugins BUNDLE_OPTS=install |