Sha256: ae98ad4da6ffcef10105554cccb9e18fec78ec81e2364d3b7924a5edab4caac8

Contents?: true

Size: 537 Bytes

Versions: 1

Compression:

Stored size: 537 Bytes

Contents

version: '{build}'
environment:
  ENCLOSE_IO_VCBUILD_ARGS: nosign
  matrix:
  - ENCLOSE_IO_TEST_NODE_VERSION: node-v6.9.1
  - ENCLOSE_IO_TEST_NODE_VERSION: node-v7.1.0
build_script:
- cmd: >-
    set PATH=C:\Ruby23\bin;%PATH%


    ruby -v

    gem update --system

    gem -v

    gem install bundler

    gem install certified

    echo gem 'certified' >> Gemfile

    certified-update

    bundle -v

    bundle install
test_script:
- cmd: >-
    set PATH=C:\Ruby23\bin;%PATH%


    bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
node-compiler-0.7.0 appveyor.yml