Sha256: c837bff531f4ef82bcf625b98c6138e9a072f7c7da00657e58675b8e804a513e

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - '2.0'
  - '2.1'
  - '2.2'
  - jruby-18mode
  - jruby-19mode
  - ree
script:
  if [ -z "$RUBOCOP" ]; then
    make test
    && bundle exec image_optim --info
    && bundle exec rspec
  ; else
    bundle exec rubocop
  ; fi
matrix:
  fast_finish: true
  include:
    - env: RUBOCOP=true
      rvm: default

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
image_optim_pack-0.2.1.20160103 .travis.yml
image_optim_pack-0.2.1.20151113 .travis.yml
image_optim_pack-0.2.1.20151012 .travis.yml
image_optim_pack-0.2.1.20151002 .travis.yml