Sha256: ad610b1c7fce3e77314ff66c9c3701a0f55aa677b2ef599276cb0956dc8f1548
Contents?: true
Size: 366 Bytes
Versions: 10
Compression:
Stored size: 366 Bytes
Contents
environment: matrix: - RUBY_VERSION: 25 - RUBY_VERSION: 24 - RUBY_VERSION: 23 # Install scripts. (runs after repo cloning) install: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - gem install bundler - bundle install before_test: - ruby -v - gem -v - bundle -v # Post-install test scripts. test_script: - bundle exec rspec build: off
Version data entries
10 entries across 10 versions & 1 rubygems