Skip to content

Commit

Permalink
Don't install bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Dec 25, 2017
1 parent 44b4a0c commit a1937df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,6 @@
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler --no-document
- bundle install
- ps: '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12'
- ps: Invoke-WebRequest -Uri https://curl.haxx.se/ca/cacert.pem -OutFile C:\projects\textbringer\cacert.pem
Expand Down

0 comments on commit a1937df

Please sign in to comment.