Sha256: f09a855cc9ba01049853441c64812757e94be7ffce6d2810eba194c4a8d9dfc0
Contents?: true
Size: 594 Bytes
Versions: 35
Compression:
Stored size: 594 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 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
35 entries across 31 versions & 9 rubygems