Sha256: 99134d23a4f84a76d3eb40c9d12d1520e79334b38ee103d035e0942100bae008

Contents?: true

Size: 453 Bytes

Versions: 2

Compression:

Stored size: 453 Bytes

Contents

version: '1.0.{build}'

environment:
  matrix:
    - RUBY_VERSION: 23
    - RUBY_VERSION: 23-x64


install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle install

build: off

before_test:
  - ruby -v
  - gem -v
  - bundle -v

test_script:
  - bundle exec rake

notifications:
  - provider: Slack
    incoming_webhook:
      secure: Zj2V5eXlqH4jMNvdzMBmdLA+lr658qwlJO+o7yfvUc1TMRSLNQaId9rpVWX+FsEH6DsQxYr46BRWU0bymATBe7rf7KSkomCgsAdupvKYciI=

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber-3.0.1 appveyor.yml
cucumber-3.0.0 appveyor.yml