Tell Travis-CI to notify only the core team.
Currently it notifies some people but I don't get how they are chosen, it even notifies me on 2 email addresses (my current and my former registered on GitHub)…
This commit is contained in:
parent
3de4f505d6
commit
771c9d08c0
@ -11,4 +11,9 @@ branches:
|
||||
- stdin
|
||||
- jruby_on_travis
|
||||
notifications:
|
||||
recipients:
|
||||
- thibaud@thibaud.me
|
||||
- rymai@rymai.me
|
||||
- michi@netzpiraten.ch
|
||||
- yann.lugrin@sans-savoir.net
|
||||
irc: "irc.freenode.org#guard"
|
||||
|
4
Rakefile
4
Rakefile
@ -39,8 +39,8 @@ namespace(:spec) do
|
||||
echo "`ruby -v`";
|
||||
for ((c=1; c<$ruby_version_string_size; c++)); do echo -n "="; done
|
||||
echo;
|
||||
bundle install;
|
||||
bundle exec rspec spec -f doc 2>&1;'
|
||||
RBXOPT="-Xrbc.db" bundle install;
|
||||
RBXOPT="-Xrbc.db" bundle exec rspec spec -f doc 2>&1;'
|
||||
BASH
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user