#188: added .travis.yml
This commit is contained in:
parent
a835f3b45e
commit
b843652cff
|
@ -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
|
1
Gemfile
1
Gemfile
|
@ -95,4 +95,5 @@ group :test do
|
|||
gem 'rr', '~> 1.0.4'
|
||||
gem 'shoulda'
|
||||
gem 'mock_redis', '0.6.2'
|
||||
gem 'rake'
|
||||
end
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -6,3 +6,10 @@ production:
|
|||
pool: 5
|
||||
username: rosa
|
||||
password: rosa
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
template: template0
|
||||
database: rosa_build_test
|
||||
username: postgres
|
Loading…
Reference in New Issue