Skip to content

Commit

Permalink
Travis: Do not use RVM any more
Browse files Browse the repository at this point in the history
 #ignore
  • Loading branch information
sanssecours committed Mar 22, 2019
1 parent 18cdeb5 commit 404e004
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ before_install:
# = Ruby =
# ========

- rvm list
- rvm install 2.4.1; rvm use 2.4.1
- rvm use system
- brew install ruby
- export PATH="/usr/local/opt/ruby/bin:$PATH"
- export PATH="$(gem environment gemdir)/bin:$PATH"
- gem install rubydoctest rubocop

# ========
Expand Down

0 comments on commit 404e004

Please sign in to comment.