Skip to content

Commit 0fa2721

Browse files
committed
On AppVeyor, Bundle gems in vendor/bundle rather than caching several C:\Ruby paths
1 parent c32f0f3 commit 0fa2721

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

appveyor.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- gem --version
88
- gem install bundler --quiet --no-ri --no-rdoc
99
- bundler --version
10-
- bundle install --without benchmarks
10+
- bundle install --without benchmarks --path vendor/bundle
1111
build_script:
1212
- bundle exec rake compile
1313
test_script:
@@ -31,13 +31,5 @@ environment:
3131
- ruby_version: "21-x64"
3232
cache:
3333
- vendor
34-
- C:\Ruby200\lib\ruby\gems\2.0.0
35-
- C:\Ruby200\bin
36-
- C:\Ruby200-x64\lib\ruby\gems\2.0.0
37-
- C:\Ruby200-x64\bin
38-
- C:\Ruby21\lib\ruby\gems\2.1.0
39-
- C:\Ruby21\bin
40-
- C:\Ruby21-x64\lib\ruby\gems\2.1.0
41-
- C:\Ruby21-x64\bin
4234
services:
4335
- mysql

0 commit comments

Comments
 (0)