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