Sha256: 722532801e7aae54ad937bd1ba79b7a8a1d7d3b16ba76e61d224751fb678e276
Contents?: true
Size: 601 Bytes
Versions: 97
Compression:
Stored size: 601 Bytes
Contents
--- version: "{build}" install: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - bundle config --local path vendor/bundle - bundle install --jobs 3 --retry 3 --without guard development build: off cache: - vendor/bundle init: - git config --global core.autocrlf true before_test: - ruby -v - gem -v - bundle -v test_script: - bundle exec rake environment: matrix: - RUBY_VERSION: 21 - RUBY_VERSION: 21-x64 - RUBY_VERSION: 22 - RUBY_VERSION: 22-x64 - RUBY_VERSION: 23 - RUBY_VERSION: 23-x64 matrix: fast_finish: true branches: only: - master
Version data entries
97 entries across 90 versions & 19 rubygems