Sha256: f61af8c4b591ff4eaa9277bfde232f04044d8866ce42f7b36e0a61f6aa32a2d7
Contents?: true
Size: 677 Bytes
Versions: 19
Compression:
Stored size: 677 Bytes
Contents
--- image: Visual Studio 2017 cache: - vendor/bundle branches: only: - master environment: matrix: - RUBY_VERSION: "24" - RUBY_VERSION: "24-x64" - RUBY_VERSION: "25" - RUBY_VERSION: "25-x64" # scripts that are called at very beginning, before repo cloning init: - ps: Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled -Value 1 -Type DWord matrix: fast_finish: false install: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - bundle config --local path vendor/bundle - bundle install build: "off" before_test: - ruby -v - gem -v - bundle -v test_script: - bundle exec rake full_tests
Version data entries
19 entries across 19 versions & 1 rubygems