Sha256: fad1cdc565fcd70ca23442f0396e166f23b801d16c8805c575cacc7c564ca097
Contents?: true
Size: 438 Bytes
Versions: 9
Compression:
Stored size: 438 Bytes
Contents
sudo: required cache: bundler services: - docker env: global: - PATH=/opt/local/bin:$PATH - TESTOPTS="-v" - TINYTDS_UNIT_HOST=localhost rvm: - 2.4.5 - 2.5.3 - 2.6.1 - 2.7.0 before_install: - docker info - sudo ./test/bin/install-openssl.sh - sudo ./test/bin/install-freetds.sh - sudo ./test/bin/setup.sh install: - gem install bundler - bundle --version - bundle install script: - bundle exec rake
Version data entries
9 entries across 9 versions & 1 rubygems