Commit 5ae4a98c3bb6c44e96f4ed4b1ec1789b46dd68f3
Exists in
staging
and in
3 other branches
Merge branch 'travis' into staging
* travis: adds - TASK=rake test:all:db Added specific things for noosferogov
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -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 |