Skip to content

Commit

Permalink
modify travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
banyan committed Jan 11, 2012
1 parent ebfe6c8 commit 8f7aae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ before_script:
- "cp config/oauth.yml.sample config/oauth.yml" - "cp config/oauth.yml.sample config/oauth.yml"
- "cp config/redis.yml.sample config/redis.yml" - "cp config/redis.yml.sample config/redis.yml"
- "cp config/initializers/resque_auth.rb.sample config/initializers/resque_auth.rb" - "cp config/initializers/resque_auth.rb.sample config/initializers/resque_auth.rb"
script: "RAILS_ENV=test bundle exec rake spec" script: "RAILS_ENV=test bundle exec rake db:drop db:create db:migrate spec"
rvm: rvm:
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
3 changes: 2 additions & 1 deletion config/database.yml.sample
Expand Up @@ -27,9 +27,10 @@ test:
reconnect: false reconnect: false
database: vimpusher_test database: vimpusher_test
pool: 5 pool: 5
username: root username:
password: password:
socket: /tmp/mysql.sock socket: /tmp/mysql.sock
host: 127.0.0.1


production: production:
adapter: mysql2 adapter: mysql2
Expand Down

0 comments on commit 8f7aae6

Please sign in to comment.