Skip to content

Instantly share code, notes, and snippets.

@wldcordeiro
Created January 27, 2015 20:11
Show Gist options
  • Save wldcordeiro/dc5641b91ca7f3f6ca35 to your computer and use it in GitHub Desktop.
Save wldcordeiro/dc5641b91ca7f3f6ca35 to your computer and use it in GitHub Desktop.
language: ruby
rvm:
- 2.1.2
before_install:
- gem update --system
- gem install bundler
- gem --version
script: bundle exec rake
env:
- ADAPTER=active_record
- ADAPTER=mongoid
services: mongodb
addons:
code_climate:
repo_token: 6bd8d374b120a5449b9a4b7dfda40cc0609dbade48a1b6655f04a9bc8de3a3ee
# language: ruby
#
# rvm:
# - 1.9.3
# - 2.0.0
# - 2.1.1
# - 2.1.2
# - rbx-2
# - jruby-19mode
#
# script: bundle exec rake
#
# gemfile:
# - gemfiles/Gemfile.rails-3.2
# - gemfiles/Gemfile.rails-4.0
# - gemfiles/Gemfile.rails-4.1
#
# env:
# - ADAPTER=active_record
# - ADAPTER=mongoid
#
# services: mongodb
#
# matrix:
# fast_finish: true
# exclude:
# - rvm: 1.9.3
# gemfile: gemfiles/Gemfile.rails-4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment