Sha256: 643e873a616f7db56d8ad3733c10217c9e1c1b6f86da0a0a7a0c3f092284114e

Contents?: true

Size: 685 Bytes

Versions: 8

Compression:

Stored size: 685 Bytes

Contents

---
version: "{build}"
branches:
  only:
    - master
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - ruby --version
  - gem --version
  - gem install rake --no-rdoc --no-ri
  - gem install hoe-travis --no-rdoc --no-ri
  - gem install minitest -v "~> 4.7" --no-rdoc --no-ri
  - rake travis:before --trace
  - gem list --details
  - gem env

build: off
test_script:
  - rake -rdevkit travis
after_test:
  # FIXME: missing `diff` to check manifest differences
  #- rake -rdevkit travis:after --trace

environment:
  matrix:
    - ruby_version: "193"
    - ruby_version: "200"
    - ruby_version: "200-x64"
    - ruby_version: "21"
    - ruby_version: "21-x64"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubygems-update-2.5.1 appveyor.yml
rubygems-update-2.5.0 appveyor.yml
rubygems-update-2.4.8 appveyor.yml
rubygems-update-2.4.7 appveyor.yml
rubygems-update-2.4.6 appveyor.yml
rubygems-update-2.4.5 appveyor.yml
rubygems-update-2.4.4 appveyor.yml
rubygems-update-2.4.3 appveyor.yml