We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32f0f3 commit 0fa2721Copy full SHA for 0fa2721
appveyor.yml
@@ -7,7 +7,7 @@ install:
7
- gem --version
8
- gem install bundler --quiet --no-ri --no-rdoc
9
- bundler --version
10
- - bundle install --without benchmarks
+ - bundle install --without benchmarks --path vendor/bundle
11
build_script:
12
- bundle exec rake compile
13
test_script:
@@ -31,13 +31,5 @@ environment:
31
- ruby_version: "21-x64"
32
cache:
33
- 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
42
services:
43
- mysql
0 commit comments