Sha256: d52e5f2b56ab50b6e0b1164d8b80965ead2d6072756207abb55a4376cf696db9

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

---
version: "{build}"
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - ruby --version
  - gem --version
  - bundle --version
  - bundle install
build_script:
  - bundle exec rake build
test_script:
  - bundle exec rake spec
environment:
  matrix:
    - ruby_version: "26"
    - ruby_version: "26-x64"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
td-0.17.1 appveyor.yml
td-0.17.0 appveyor.yml
td-0.16.10 appveyor.yml