Skip to content
Snippets Groups Projects
Commit 4818046d authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #281 from petergoldstein/feature/travis_ci

Travis CI integration
parents c8e0b908 65cfdfc8
No related branches found
No related tags found
No related merge requests found
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
gemfile:
- Gemfile
- gemfiles/Gemfile.mongoid-2.4.x
env: SSL_CERT_DIR=/etc/ssl/certs
matrix:
exclude:
- rvm: 1.8.7
gemfile: Gemfile
env: SSL_CERT_DIR=/etc/ssl/certs
- rvm: 1.9.2
gemfile: Gemfile
env: SSL_CERT_DIR=/etc/ssl/certs
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.mongoid-2.4.x
env: SSL_CERT_DIR=/etc/ssl/certs
source "http://rubygems.org"
gemspec :path => '..'
group :development, :test do
gem 'rake'
gem 'mongoid', '2.4.11'
gem 'bson_ext', :platforms => :ruby
gem 'rails'
platforms :jruby do
gem 'jruby-openssl'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment