Skip to content

Instantly share code, notes, and snippets.

@dinks
Created January 3, 2014 10:45
Show Gist options
  • Select an option

  • Save dinks/8236058 to your computer and use it in GitHub Desktop.

Select an option

Save dinks/8236058 to your computer and use it in GitHub Desktop.
Use updated bundler for Ruby 2.1.0 as minitest fails to install
cache: bundler
language:
- ruby
before_install: gem install bundler -v=1.5.1
install:
- 'bundle install'
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- COVERALLS=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment