update travis.yml for bundler 1.1
This commit is contained in:
parent
ed62910286
commit
5a34ef8592
3 changed files with 6 additions and 3 deletions
|
|
@ -12,7 +12,10 @@ env:
|
|||
- DB=postgres BUILD_TYPE=cucumber
|
||||
- DB=mysql BUILD_TYPE=cucumber
|
||||
|
||||
before_install: "./script/ci/before_install.sh"
|
||||
before_install:
|
||||
- gem install bundler
|
||||
- "./script/ci/before_install.sh"
|
||||
|
||||
bundler_args: "--without development production heroku"
|
||||
before_script: "./script/ci/before.sh"
|
||||
script: "bundle exec rake travis"
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@ source 'http://rubygems.org'
|
|||
|
||||
gem 'rails', '3.0.11'
|
||||
|
||||
gem 'bundler', '>= 1.1.rc.8'
|
||||
gem 'bundler', '>= 1.1.0'
|
||||
gem 'foreman', '0.34.1'
|
||||
gem 'whenever'
|
||||
|
||||
|
|
|
|||
|
|
@ -447,7 +447,7 @@ DEPENDENCIES
|
|||
acts_as_api
|
||||
addressable (= 2.2.4)
|
||||
airbrake
|
||||
bundler (>= 1.1.rc.8)
|
||||
bundler (>= 1.1.0)
|
||||
capistrano (~> 2.9.0)
|
||||
capistrano-ext (= 1.2.1)
|
||||
capistrano_colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue