Skip to content

Commit

Permalink
Trying to control 32/64 bit Ruby.
Browse files Browse the repository at this point in the history
Not specifying 32/64 for Ruby version in order to see if it can figure
it out on its own based on the platform that it is using.
  • Loading branch information
enkessler committed Feb 25, 2017
1 parent 1de809f commit a4d3a45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ environment:
matrix:
- CHILDPROCESS_POSIX_SPAWN: true
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 193-x64
RUBY_VERSION: 193
- CHILDPROCESS_POSIX_SPAWN: false
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 193-x64
RUBY_VERSION: 193
- CHILDPROCESS_POSIX_SPAWN: true
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 200-x64
RUBY_VERSION: 200
- CHILDPROCESS_POSIX_SPAWN: false
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 200-x64
RUBY_VERSION: 200
- CHILDPROCESS_POSIX_SPAWN: true
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 21-x64
RUBY_VERSION: 21
- CHILDPROCESS_POSIX_SPAWN: false
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 21-x64
RUBY_VERSION: 21
- CHILDPROCESS_POSIX_SPAWN: true
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 22-x64
RUBY_VERSION: 22
- CHILDPROCESS_POSIX_SPAWN: false
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 22-x64
RUBY_VERSION: 22


install:
Expand Down

0 comments on commit a4d3a45

Please sign in to comment.