Commit 2872059883c7040a85f6b7d671245dee539a6c6d
1 parent
fa13b303
Exists in
staging
and in
3 other branches
Makes travis run all the tests via ./script/ci
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -53,8 +53,8 @@ env: |
53 | 53 | - TASK=cucumber LANG=en |
54 | 54 | - TASK=selenium |
55 | 55 | - TASK=test:noosfero_plugins BUNDLE_OPTS=install |
56 | - # Redundant, but makes life easier instead of counting each failling test, this summarizes everything | |
57 | - - TASK=rake test:all:db | |
58 | 56 | |
59 | 57 | script: |
58 | + - ./script/ci | |
59 | + Redundant, but makes life easier instead of counting each failling test, this summarizes everything | |
60 | 60 | - bundle exec rake $TASK | ... | ... |