Commit 8171395e5131bebaa933d1bac802b20f4f032a45

Authored by Evandro Jr
1 parent 265273eb

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 1 notifications:
2 2 irc:
3 3 channels:
4   - - "chat.freenode.net#noosfero"
5   - - "chat.freenode.net#noosfero-br"
  4 + - "chat.freenode.net#noosferogov"
6 5 template:
7 6 - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}"
8 7  
... ... @@ -48,7 +47,8 @@ env:
48 47 - TASK=cucumber LANG=en
49 48 - TASK=selenium
50 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 53 script:
53 54 - bundle exec rake $TASK
54   -
... ...