Commit 6081a41926e7e2247f984d931ff7afe4c4f6bb4f

Authored by Evandro Junior
1 parent afd98f83

adds - TASK=rake test:all:db

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -54,7 +54,7 @@ env: @@ -54,7 +54,7 @@ env:
54 - TASK=selenium 54 - TASK=selenium
55 - TASK=test:noosfero_plugins BUNDLE_OPTS=install 55 - TASK=test:noosfero_plugins BUNDLE_OPTS=install
56 # Redundant, but makes life easier instead of counting each failling test, this summarizes everything 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 script: 59 script:
60 - bundle exec rake $TASK 60 - bundle exec rake $TASK