Sha256: 9e12a53c5bc4ce69c88b9b797d76faad2601ca9049d1001c23de0241fd9e0dc7
Contents?: true
Size: 975 Bytes
Versions: 8
Compression:
Stored size: 975 Bytes
Contents
dist: xenial language: ruby rvm: - '1.9.3-p551' - '2.0.0-p648' - '2.1.10' - '2.2.10' - '2.3.8' - '2.4.10' - '2.5.9' - '2.6.7' - '2.7.3' - '3.0.1' - 'jruby-9.2.14.0' script: - make test - bundle exec image_optim --info - bundle exec rspec before_install: - 'echo "gem: --no-ri --no-rdoc --no-document" > ~/.gemrc' - gem install rubygems-update || gem install rubygems-update --version '< 3' - update_rubygems - gem install bundler || gem install bundler --version '< 2' - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi; which convert - make ldd-version matrix: include: - os: osx rvm: default osx_image: xcode11.3 - os: osx rvm: default osx_image: xcode12.2 - env: RUBOCOP=1 rvm: '2.6.7' script: bundle exec rubocop - env: CHECK_RUBIES=1 rvm: '2.6.7' script: bundle exec travis_check_rubies allow_failures: - rvm: 'jruby-9.2.14.0'
Version data entries
8 entries across 8 versions & 1 rubygems