Merge branch 'master' of github.com:guard/guard

This commit is contained in:
Michael Kessler 2011-09-05 10:17:18 +02:00
commit d88ffec9a0
2 changed files with 7 additions and 2 deletions

View File

@ -12,4 +12,9 @@ branches:
- jruby_travis_ctime_bug
- jruby_specs
notifications:
recipients:
- thibaud@thibaud.me
- rymai@rymai.me
- michi@netzpiraten.ch
- yann.lugrin@sans-savoir.net
irc: "irc.freenode.org#guard"

View File

@ -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