Commit 9fd9ab7b9abfa64dbaa62cb74ec22473a9b97c73
Exists in
staging
and in
4 other branches
Merge branch 'staging' of softwarepublico.gov.br:noosferogov/noosfero into staging
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -7,7 +7,7 @@ notifications: |
7 | 7 | |
8 | 8 | language: ruby |
9 | 9 | rvm: |
10 | - - 2.2.1 | |
10 | + - 2.2.3 | |
11 | 11 | |
12 | 12 | sudo: false |
13 | 13 | addons: |
... | ... | @@ -47,7 +47,8 @@ env: |
47 | 47 | - TASK=cucumber LANG=en |
48 | 48 | - TASK=selenium |
49 | 49 | - TASK=test:noosfero_plugins BUNDLE_OPTS=install |
50 | + # Redundant, but makes life easier instead of counting each failling test, this summarizes everything | |
51 | + - TASK=test | |
50 | 52 | |
51 | 53 | script: |
52 | 54 | - bundle exec rake $TASK |
53 | - | ... | ... |