binstubs so that there's no need to write bundle exec bin

This commit is contained in:
Antonio C Nalesso Moreira 2013-05-22 15:35:20 +01:00
parent 3c2f789306
commit fcbf496308
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
before_install: gem install bundler
before_script: "cd test_app && bundle install && ./script/rails generate impressionist -f && bundle exec rake db:migrate && cd .."
language: ruby
bundler_args: '--binstubs --without documentation'
before_install: gem install bundler
before_script: "cd test_app && bundle install && ./script/rails generate impressionist -f && rake db:migrate && cd .."
rvm:
- rbx-18mode
- rbx-19mode