Sha256: d9d83ad4ccc070a6f0bb3367fc84dde4b3d120374127ac51269273d5ef0d0a1a

Contents?: true

Size: 884 Bytes

Versions: 3

Compression:

Stored size: 884 Bytes

Contents

version: '{build}'
branches:
  only:
  - master
  - appveyor
skip_tags: true
environment:
  matrix:
  - ruby_version: 22-x64
    ruby_dir: 2.2.0
  - ruby_version: 23-x64
    ruby_dir: 2.3.0
  - ruby_version: 24-x64
    ruby_dir: 2.4.0
  - ruby_version: 25-x64
    ruby_dir: 2.5.0
install:
- ps: >-
    $env:path = "C:\Ruby" + $env:ruby_version + "\bin;" + $env:path

    $tpath = "C:\Ruby" + $env:ruby_version + "\lib\ruby\" + $env:ruby_dir + "\test"

    if ((test-path $tpath) -eq $True){ rm -recurse -force $tpath }

    gem update --system > $null

    if ((gem query -i test-unit -v ">= 3.0") -eq $False){ gem install test-unit --no-document }
cache:
- C:\Ruby22-x64\lib\ruby\gems\2.2.0
- C:\Ruby23-x64\lib\ruby\gems\2.3.0
- C:\Ruby24-x64\lib\ruby\gems\2.4.0
- C:\Ruby25-x64\lib\ruby\gems\2.5.0
build: off
test_script:
- cmd: rake
deploy: off

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
win32-xpath-1.2.0 appveyor.yml
win32-xpath-1.1.2 appveyor.yml
win32-xpath-1.1.1 appveyor.yml