Skip to content

Commit

Permalink
Changed how ruby versions are selected again
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Feb 27, 2015
1 parent ea14cfb commit 530c0b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv
script:
- rvm install 2.1.2
- rvm use 2.1.2
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg -s 2.0
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg -s 2.0
- make clean
Expand Down
3 changes: 0 additions & 3 deletions tools/run_tests/build_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@

set -ex

rvm install 2.1.2
rvm use 2.1.2

CONFIG=${CONFIG:-opt}

# change to grpc repo root
Expand Down
2 changes: 0 additions & 2 deletions tools/run_tests/run_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

set -ex

rvm use 2.1.2

# change to grpc repo root
cd $(dirname $0)/../../src/ruby

Expand Down

0 comments on commit 530c0b9

Please sign in to comment.