Commit 6081a41926e7e2247f984d931ff7afe4c4f6bb4f
1 parent
afd98f83
Exists in
staging
and in
3 other branches
adds - TASK=rake test:all:db
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -54,7 +54,7 @@ env: |
54 | 54 | - TASK=selenium |
55 | 55 | - TASK=test:noosfero_plugins BUNDLE_OPTS=install |
56 | 56 | # Redundant, but makes life easier instead of counting each failling test, this summarizes everything |
57 | - - TASK=test | |
57 | + - TASK=rake test:all:db | |
58 | 58 | |
59 | 59 | script: |
60 | 60 | - bundle exec rake $TASK | ... | ... |