Sha256: 1c0d8208f443edf78024713e288744605e8bbbb57bc45be8cc4d42cfb5d32ac7

Contents?: true

Size: 591 Bytes

Versions: 1

Compression:

Stored size: 591 Bytes

Contents

language: ruby

cache:
  directories:
    - ~/.ccache

os:
  - linux

sudo: required

env:
  - IMAGEMAGICK_VERSION=6.8.9-10
  - IMAGEMAGICK_VERSION=6.8.9-10 CONFIGURE_OPTIONS=--enable-hdri

before_install:
  - source before_install_$TRAVIS_OS_NAME.sh

install: bundle install --verbose

rvm:
  - 2.3
  - 2.4

notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/a98c1112f5d60f97a532
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rmagick-3.0.0 .travis.yml