Sha256: 6e4d7e3b36e023313f9b645ca133bf3cf49ac2b84997a2901f6c3738ebeaad6e

Contents?: true

Size: 754 Bytes

Versions: 27

Compression:

Stored size: 754 Bytes

Contents

sudo: false
language: ruby
rvm:
  - '1.8.7-p371'
  - '1.9.3-p551'
  - '2.0.0-p648'
  - '2.1.10'
  - '2.2.9'
  - '2.3.6'
  - '2.4.3'
  - '2.5.0'
  - 'jruby-9.0.5.0'
  - 'jruby-9.1.9.0'
script:
  - make test
  - bundle exec image_optim --info
  - bundle exec rspec
before_install:
  - gem update --system
  - gem update bundler
  - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
matrix:
  include:
    - dist: trusty
      rvm: default
    - os: osx
      rvm: default
      osx_image: xcode7.3
    - os: osx
      rvm: default
      osx_image: xcode8.3
    - env: RUBOCOP=✓
      rvm: '2.4.3'
      script: bundle exec rubocop
    - env: CHECK_RUBIES=✓
      rvm: '2.4.3'
      script: bundle exec travis_check_rubies

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
image_optim_pack-0.5.0.20180124-x86_64-linux .travis.yml
image_optim_pack-0.5.0.20180124-x86-openbsd .travis.yml
image_optim_pack-0.5.0.20180124-x86_64-openbsd .travis.yml
image_optim_pack-0.5.0.20180124-x86-linux .travis.yml
image_optim_pack-0.5.0.20180124-x86-freebsd .travis.yml
image_optim_pack-0.5.0.20180124-amd64-freebsd .travis.yml
image_optim_pack-0.5.0.20180124-x86_64-darwin .travis.yml
image_optim_pack-0.5.0.20180124-x86-darwin .travis.yml
image_optim_pack-0.5.0.20180124 .travis.yml
image_optim_pack-0.5.0.20180108-x86_64-openbsd .travis.yml
image_optim_pack-0.5.0.20180108-x86-openbsd .travis.yml
image_optim_pack-0.5.0.20180108-x86_64-linux .travis.yml
image_optim_pack-0.5.0.20180108-x86-linux .travis.yml
image_optim_pack-0.5.0.20180108-x86-freebsd .travis.yml
image_optim_pack-0.5.0.20180108-amd64-freebsd .travis.yml
image_optim_pack-0.5.0.20180108-x86_64-darwin .travis.yml
image_optim_pack-0.5.0.20180108-x86-darwin .travis.yml
image_optim_pack-0.5.0.20180108 .travis.yml
image_optim_pack-0.5.0.20180103-x86_64-openbsd .travis.yml
image_optim_pack-0.5.0.20180103-x86-openbsd .travis.yml