Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit c676293

Browse files
committed
Debut install
1 parent 831f587 commit c676293

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ version: "{build}"
99
branches:
1010
only:
1111
- main
12-
- /.*-maintenance$/
1312

1413
# Disable normal Windows builds in favor of our test script.
1514
build: off
@@ -20,6 +19,8 @@ cache:
2019
install:
2120
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
2221
- bundle config --local path vendor/bundle
22+
- gem install childprocess -v '1.0.0' --source --debug --backtrace --verbose
23+
- cat C:/projects/rspec-core/vendor/bundle/ruby/2.2.0/extensions/x86-mingw32/2.2.0/childprocess-1.0.0/gem_make.out
2324
- bundle install
2425
- cinst ansicon
2526

@@ -33,10 +34,5 @@ test_script:
3334

3435
environment:
3536
matrix:
36-
- ruby_version: 200
3737
- ruby_version: 21
3838
- ruby_version: 22
39-
- ruby_version: 23-x64
40-
- ruby_version: 24-x64
41-
- ruby_version: 25-x64
42-
- ruby_version: 26-x64

0 commit comments

Comments
 (0)