See #375. Remove trailing slash in Ruby/bin to PATH for Windows CI

This commit is contained in:
Glavin Wiechert 2015-06-01 23:23:56 -03:00
parent 58edfa40b3
commit cadfb4a3e3
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ install:
# Ruby & Gem
- cinst ruby -y
- "SET PATH=C:\\Ruby193\\bin\\;%PATH%"
- "SET PATH=C:\\Ruby193\\bin;%PATH%"
# Rubocop
- gem install rubocop
- where rubocop