#188: added .travis.yml

This commit is contained in:
Vokhmin Alexey V 2013-06-14 17:04:17 +04:00
parent a835f3b45e
commit b843652cff
4 changed files with 20 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: ruby
rvm:
- 1.9.3
bundler_args: --without development
before_install:
- gem update --system
- gem --version
- cp config/database.yml.sample config/database.yml
branches:
only:
- master

View File

@ -95,4 +95,5 @@ group :test do
gem 'rr', '~> 1.0.4'
gem 'shoulda'
gem 'mock_redis', '0.6.2'
gem 'rake'
end

View File

@ -449,6 +449,7 @@ DEPENDENCIES
rails-backbone (~> 0.7.2)
rails3-generators
rails3-jquery-autocomplete (~> 1.0.7)
rake
rdiscount
redcarpet (~> 2.2.2)
redhillonrails_core!

View File

@ -6,3 +6,10 @@ production:
pool: 5
username: rosa
password: rosa
test:
adapter: postgresql
encoding: unicode
template: template0
database: rosa_build_test
username: postgres