mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
530303300b
* Thanks to @sikachu! Travis will now runs `bundle install --deployment` if it detects that the project has `Gemfile.lock`. However, there's a problem in Bundler deployment install that cause it not installing `bundler` gem into `vendor/bundle` directory, which causes `require 'bundler'` to fail.
25 lines
436 B
YAML
25 lines
436 B
YAML
script: "bundle exec rake spec cucumber"
|
|
|
|
install:
|
|
"bundle install"
|
|
|
|
rvm:
|
|
- 1.9.2
|
|
- 1.9.3
|
|
|
|
gemfile:
|
|
- gemfiles/3.0.gemfile
|
|
- gemfiles/3.1.gemfile
|
|
- gemfiles/3.2.gemfile
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: rbx-19mode
|
|
- rvm: jruby-19mode
|
|
include:
|
|
- rvm: 2.0.0
|
|
gemfile: gemfiles/3.2.gemfile
|
|
- rvm: rbx-19mode
|
|
gemfile: gemfiles/3.2.gemfile
|
|
- rvm: jruby-19mode
|
|
gemfile: gemfiles/3.2.gemfile
|