1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/.travis.yml
Jason Draper 530303300b Specify bundle install for travis.
* 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.
2013-08-01 14:04:04 -04:00

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