Sha256: d0c7220b8d7d9cdc22315ef580b05fb4f56ee9b4d49bad0e721d9c29e35aeacd

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

sudo: false
language: ruby
cache:
  bundler: true
  directories:
    - $(npm root)
    - ~/bin
rvm:
  - '1.9.3-p551'
  - '2.0.0-p648'
  - '2.1.10'
  - '2.2.10'
  - '2.3.8'
  - '2.4.6'
  - '2.5.5'
  - '2.6.3'
script:
  - ./bundle exec image_optim --info
  - ./bundle exec appraisal rspec
before_install:
  - gem install rubygems-update || gem install rubygems-update --version '< 3'
  - gem update --system
  - gem install bundler --version '< 2'
  - ruby -e 'puts "#!/bin/sh", %{bundle _#{Gem::Dependency.new("bundler", "< 2.0").to_spec.version}_ "$@"}' > bundle
  - chmod +x bundle
  - mkdir -p ~/bin
  - command -v svgo || npm install -g svgo
  - command -v pngout || curl -L "http://static.jonof.id.au/dl/kenutils/pngout-20150319-linux.tar.gz" | tar -xz -C ~/bin --strip-components 2 --wildcards '*/x86_64/pngout'
install:
  - ./bundle install --jobs=3 --retry=3
  - ./bundle exec appraisal install --jobs=3 --retry=3
matrix:
  include:
    - env: RUBOCOP=✓
      rvm: '2.6.3'
      script: bundle exec rubocop
    - env: CHECK_RUBIES=✓
      rvm: '2.6.3'
      script: bundle exec travis_check_rubies

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
image_optim_rails-0.4.3 .travis.yml
image_optim_rails-0.4.2 .travis.yml