Sha256: 01020282d657d26e62c42b0244a488e74b6aaaf65df838e36f3239efb4b6f08c

Contents?: true

Size: 466 Bytes

Versions: 6

Compression:

Stored size: 466 Bytes

Contents

branches:
  only:
    - master

environment:
  PATH: C:\Ruby%RUBY_VERSION%\DevKit\mingw\bin;C:\Ruby%RUBY_VERSION%\bin;C:\Ruby%RUBY_VERSION%\DevKit\bin;%PATH%
  matrix:
  - RUBY_VERSION: "24-x64"
  - RUBY_VERSION: "23-x64"
  - RUBY_VERSION: "23"
  - RUBY_VERSION: "22"

install:
  - SET RAKEOPT=-rdevkit
  - ruby -v
  - gem -v
  - bundle -v
  - bundle install

build: off

before_build:
  - gem update --system

test_script:
  - echo %PATH%
  - bundle exec rake spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nio4r-2.3.1-java appveyor.yml
nio4r-2.3.1 appveyor.yml
nio4r-2.3.0-java appveyor.yml
nio4r-2.3.0 appveyor.yml
nio4r-2.2.0-java appveyor.yml
nio4r-2.2.0 appveyor.yml