Sha256: 4320b0ebd09f6dfcd7824ad899cca734598a9c8ed458bf1b07ed364177721141

Contents?: true

Size: 946 Bytes

Versions: 5

Compression:

Stored size: 946 Bytes

Contents

sudo: false
dist: trusty
language: ruby
rvm:
  - '1.8.7-p374'
  - '1.9.3-p551'
  - '2.0.0-p648'
  - '2.1.10'
  - '2.2.10'
  - '2.3.8'
  - '2.4.10'
  - '2.5.8'
  - '2.6.6'
  - '2.7.2'
  - 'jruby-9.2.11.1'
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: xcode10.1
    - os: osx
      rvm: default
      osx_image: xcode11.2
    - env: RUBOCOP=1
      rvm: '2.6.6'
      script: bundle exec rubocop
    - env: CHECK_RUBIES=1
      rvm: '2.6.6'
      script: bundle exec travis_check_rubies

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
image_optim_pack-0.6.0.20201024-x86-linux .travis.yml
image_optim_pack-0.6.0.20201024-x86-darwin .travis.yml
image_optim_pack-0.6.0.20201024-x86_64-linux .travis.yml
image_optim_pack-0.6.0.20201024-x86_64-darwin .travis.yml
image_optim_pack-0.6.0.20201024 .travis.yml