Sha256: 9793b288fe0609c091b43d9afbcbe075ddc82116db3e9c438a6acc1a7887037f
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
sudo: false language: ruby rvm: - 1.8.7 - 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 before_install: if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi matrix: fast_finish: true include: - os: osx rvm: default - env: RUBOCOP=true rvm: default
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
image_optim_pack-0.2.3 | .travis.yml |
image_optim_pack-0.2.2 | .travis.yml |
image_optim_pack-0.2.1.20160610 | .travis.yml |