Sha256: b32986161ef4a9fda024b17cb3e872c610aa2dbdb847cd8adba44a95dbb11bb6
Contents?: true
Size: 1.81 KB
Versions: 1
Compression:
Stored size: 1.81 KB
Contents
language: ruby dist: xenial jdk: - openjdk8 addons: chrome: stable apt: sources: - "xenial-media" packages: - ghostscript - graphicsmagick - imagemagick - libreoffice - poppler-utils - tesseract-ocr - libopenjp2-7 - libopenjp2-tools cache: bundler: true before_install: - sudo apt-get update -q - gem update --system - gem install bundler - google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost & - sudo wget -P /opt/install https://brussels.lib.utah.edu/FITS/fits-1.4.1.zip - sudo unzip /opt/install/fits-1.4.1.zip -d /opt/install/fits-1.4.1 - sudo chmod +x /opt/install/fits-1.4.1/*.sh - sudo ln -s /opt/install/fits-1.4.1/fits.sh /usr/local/bin/fits.sh - sudo wget -q -O /etc/ImageMagick-6/policy.xml https://raw.githubusercontent.com/marriott-library/newspaper_works/7052ff3bf58022572870a0720d8c5a705090a833/config/vendor/imagemagick-6-policy.xml - sudo wget -q -O /opt/install/fits-1.4.1/xml/fits.xml https://gist.githubusercontent.com/brianmcbride/af3fb21fb50a1331d84eca9a9a170f8f/raw/ebb1a285726e4f5c2309b4f6eceed29fa1369538/fits.xml rvm: - 2.5.5 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true #- ENGINE_CART_RAILS_OPTIONS='--skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-puma --skip-test' # Travis should check every minor version in a range of supported versions, because # rails does not follow sem-ver conventions, see http://guides.rubyonrails.org/maintenance_policy.html # It should be sufficient to test only the latest of the patch versions for a minor version, they # should be compatible across patch versions (only bug fixes are released in patch versions). matrix: - "RAILS_VERSION=5.1.7" services: - redis
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
newspaper_works-0.1.0 | .travis.yml |