Sha256: 052faebbc7930679a4430418a42a4129eb49fa998abf8b4e452f31175ed5ef39

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

version: '{build}'

environment:
  matrix:
    - RUBY_VERSION: 25
    - RUBY_VERSION: 24
    - RUBY_VERSION: 23
    - RUBY_VERSION: _trunk

matrix:
  allow_failures:
    - RUBY_VERSION: _trunk

install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - gem install bundler -v 1.16.1
  - npm install -g puppeteer
  - npm install
  - bundle install

build: off

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

test_script:
  - bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metanorma-0.3.5 appveyor.yml
metanorma-0.3.4 appveyor.yml
metanorma-0.3.3 appveyor.yml