Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
do a 'bundle check' when using ALL the rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Livingston-Gray committed May 15, 2012
1 parent d22447f commit d18e5e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rvmrc
@@ -1,4 +1,4 @@
rvm use ruby-1.9.3@kookaburra --create --install
rvm use ruby-1.9.2@kookaburra --create --install
rvm use ree-1.8.7@kookaburra --create --install
rvm use ruby-1.8.7@kookaburra --create --install
rvm use ruby-1.9.3@kookaburra --create --install; bundle check
rvm use ruby-1.9.2@kookaburra --create --install; bundle check
rvm use ree-1.8.7@kookaburra --create --install; bundle check
rvm use ruby-1.8.7@kookaburra --create --install; bundle check

0 comments on commit d18e5e8

Please sign in to comment.