Skip to content

Commit

Permalink
Merge af1b17f into 37e6c0a
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Feb 3, 2019
2 parents 37e6c0a + af1b17f commit 6339bec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ os:
- osx

rvm:
- 1.9.3
- jruby-9.1.9.0
- rbx-3
- 2.0.0
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Expand Up @@ -2,12 +2,6 @@ version: '1.0.{build}'

environment:
matrix:
- CHILDPROCESS_POSIX_SPAWN: true
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 193-x64
- CHILDPROCESS_POSIX_SPAWN: false
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 193-x64
- CHILDPROCESS_POSIX_SPAWN: true
CHILDPROCESS_UNSET: should-be-unset
RUBY_VERSION: 200-x64
Expand Down
2 changes: 1 addition & 1 deletion childprocess.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "yard", "~> 0.0"
s.add_development_dependency 'coveralls', '< 1.0'

s.add_runtime_dependency 'rake', '< 12.0'
s.add_runtime_dependency 'rake', '< 13.0'

# Install FFI gem if we're running on Windows
s.extensions = 'ext/mkrf_conf.rb'
Expand Down

0 comments on commit 6339bec

Please sign in to comment.