Skip to content

Commit

Permalink
Moved ruby version to environment varible
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Feb 27, 2015
1 parent 640e93f commit 7e14dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ before_install:
- sudo add-apt-repository ppa:yjwong/gflags -y
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv
env:
- RUBY_VERSION=2.1
script:
- rvm use 2.1
- rvm use $RUBY_VERSION
- gem install bundler
- ./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
Expand Down

0 comments on commit 7e14dd8

Please sign in to comment.