Skip to content

Commit 6c7c639

Browse files
committed
trying to fix ruby version issue
1 parent 35c6092 commit 6c7c639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _test_gem: &_test_gem
2525
- sudo rm -f /usr/local/bin/yarn
2626
- gem install bundler
2727
- nvm install 10
28-
- rvm install $RUBY_VERSION
28+
- rvm install 2.5.1
2929
- ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver
3030
before_script:
3131
- echo before_script $COMPONENT

0 commit comments

Comments
 (0)