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