Sha256: 00deb4d0512bd1b6d65f50229ec6df71b8fd2ffe3f1c231e735054ab912fed5d

Contents?: true

Size: 919 Bytes

Versions: 1

Compression:

Stored size: 919 Bytes

Contents

version: '{build}'
branches:
  only:
  - master
  - auto
  - /[\d.]+/
skip_tags: true
clone_depth: 10
environment:
  matrix:
  - ruby_version: 193
  - ruby_version: 200
  - ruby_version: 200-x64
  - ruby_version: 21
  - ruby_version: 21-x64
  - ruby_version: 22
  - ruby_version: 22-x64
install:
- ps: >-
    $env:path = 'C:\Ruby' + $env:ruby_version + '\bin;' + $env:path

    $env:TRAVIS = $TRUE

    if ((gem query -i rake) -eq $False){ gem install rake --no-document }

    if ((gem query -i hoe) -eq $False){ gem install hoe --no-document }

    gem install minitest -v "~> 4.7" --no-document

    ruby -v
cache:
- C:\Ruby193\lib\ruby\gems\1.9.1
- C:\Ruby200\lib\ruby\gems\2.0.0
- C:\Ruby200-x64\lib\ruby\gems\2.0.0
- C:\Ruby21\lib\ruby\gems\2.1.0
- C:\Ruby21-x64\lib\ruby\gems\2.1.0
- C:\Ruby22\lib\ruby\gems\2.2.0
- C:\Ruby22-x64\lib\ruby\gems\2.2.0
build: off
test_script:
- cmd: rake -rdevkit test
deploy: off

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubygems-update-2.6.4 appveyor.yml