Commit 9fd9ab7b9abfa64dbaa62cb74ec22473a9b97c73
Exists in
theme-brasil-digital-from-staging
and in
2 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 +7,7 @@ notifications: | ||
| 7 | 7 | ||
| 8 | language: ruby | 8 | language: ruby |
| 9 | rvm: | 9 | rvm: |
| 10 | - - 2.2.1 | 10 | + - 2.2.3 |
| 11 | 11 | ||
| 12 | sudo: false | 12 | sudo: false |
| 13 | addons: | 13 | addons: |
| @@ -47,7 +47,8 @@ env: | @@ -47,7 +47,8 @@ env: | ||
| 47 | - TASK=cucumber LANG=en | 47 | - TASK=cucumber LANG=en |
| 48 | - TASK=selenium | 48 | - TASK=selenium |
| 49 | - TASK=test:noosfero_plugins BUNDLE_OPTS=install | 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 | script: | 53 | script: |
| 52 | - bundle exec rake $TASK | 54 | - bundle exec rake $TASK |
| 53 | - |