See #375. Add Ruby bin path to PATH of Window CI script
This commit is contained in:
parent
df42ca42de
commit
0c7c1247ef
|
@ -77,6 +77,7 @@ install:
|
|||
|
||||
# Ruby & Gem
|
||||
- cinst ruby -y
|
||||
- "SET PATH=C:\\Ruby193\\bin\\;%PATH%"
|
||||
# Rubocop
|
||||
- gem install rubocop
|
||||
- where rubocop
|
||||
|
|
Loading…
Reference in New Issue