Commit 8171395e5131bebaa933d1bac802b20f4f032a45
1 parent
265273eb
Exists in
staging
and in
4 other branches
will tell all the failing tests with rake test
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.travis.yml
1 | notifications: | 1 | notifications: |
2 | irc: | 2 | irc: |
3 | channels: | 3 | channels: |
4 | - - "chat.freenode.net#noosfero" | ||
5 | - - "chat.freenode.net#noosfero-br" | 4 | + - "chat.freenode.net#noosferogov" |
6 | template: | 5 | template: |
7 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" | 6 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" |
8 | 7 | ||
@@ -48,7 +47,8 @@ env: | @@ -48,7 +47,8 @@ env: | ||
48 | - TASK=cucumber LANG=en | 47 | - TASK=cucumber LANG=en |
49 | - TASK=selenium | 48 | - TASK=selenium |
50 | - 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 | ||
51 | 52 | ||
52 | script: | 53 | script: |
53 | - bundle exec rake $TASK | 54 | - bundle exec rake $TASK |
54 | - |