Skip to content

Commit

Permalink
Removed notifications from travis.yml, changed test DB name
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Aug 3, 2011
1 parent 62c7390 commit 09aef0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ gemfile:
- Rails2
- Rails3
env:
- DB=rack-oauth2-server
notifications:
recipients:
- [email protected]
2 changes: 1 addition & 1 deletion test/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


ENV["RACK_ENV"] = "test"
ENV["DB"] = "test"
ENV["DB"] = "rack_oauth2_server_test"
DATABASE = Mongo::Connection.new[ENV["DB"]]
FRAMEWORK = ENV["FRAMEWORK"] || "sinatra"

Expand Down

0 comments on commit 09aef0c

Please sign in to comment.