--- version: "{build}" clone_depth: 10 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% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake -rdevkit test environment: matrix: - ruby_version: "193" # - ruby_version: "200" # - ruby_version: "200-x64" # - ruby_version: "21" - ruby_version: "21-x64"