Sha256: 41df39a21c23d191f543f4ec43e05b1fa16bc38ba6dc50af958df5468d884fd5
Contents?: true
Size: 859 Bytes
Versions: 19
Compression:
Stored size: 859 Bytes
Contents
version: '{build}' # init: # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - "%devkit%\\devkitvars.bat" - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake test # - bundle exec rake test TESTOPTS=-v branches: only: - master - v0.10 - v0.12 - v0.14 # https://www.appveyor.com/docs/installed-software/#ruby environment: matrix: - ruby_version: "23-x64" devkit: C:\Ruby23-x64\DevKit - ruby_version: "23" devkit: C:\Ruby23\DevKit - ruby_version: "22-x64" devkit: C:\Ruby23-x64\DevKit - ruby_version: "22" devkit: C:\Ruby23\DevKit WIN_RAPID: true matrix: allow_failures: - ruby_version: "21"
Version data entries
19 entries across 19 versions & 1 rubygems