Sha256: 66238e9aa7d92973928808b9c631fa177a52a7c26d7a79688dc77053237cb14f
Contents?: true
Size: 612 Bytes
Versions: 74
Compression:
Stored size: 612 Bytes
Contents
--- install: - ps: ((New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt', "$env:TMP\ca-bundle.crt")) - SET SSL_CERT_FILE=%TMP%\ca-bundle.crt - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - SET RAKEOPT=-rdevkit - ruby --version - gem --version - bundle install - gpg --version build: off test_script: - bundle exec rake environment: matrix: - ruby_version: "22-x64" - ruby_version: "22" - ruby_version: "21-x64" - ruby_version: "21" - ruby_version: "200-x64" - ruby_version: "200" - ruby_version: "193"
Version data entries
74 entries across 61 versions & 14 rubygems