appveyor.yml in opal-0.10.6 vs appveyor.yml in opal-0.11.0.rc1

- old
+ new

@@ -1,13 +1,30 @@ version: '{build}' skip_tags: true # AppVeyor automatically skips the build if the commit contains [ci skip] or [skip ci] -skip_commits: - message: /./ +#skip_commits: +# message: /\[ci skip\]/ -clone_depth: 1 +clone_depth: 10 +environment: + ruby_version: '23' + +install: + - git submodule update --init --recursive + # Take default Ruby out of path + - SET PATH=%PATH:C:\Ruby193\bin;=% + # Add Ruby to path from build matrix + - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% + - ruby --version + - gem --version + - node --version + - gem install bundler --quiet --no-ri --no-rdoc + - bundler --version + - bundle + - choco install phantomjs --version 2.0.0 -y + build: off test_script: - - echo "Skipping appveyor test on 0-10-stable" + - bundle exec rake