Sha256: 2db2ad6137517aa496d03f049da4cc7a8e69572a61b44cd6231fed387bc2a56b

Contents?: true

Size: 927 Bytes

Versions: 1

Compression:

Stored size: 927 Bytes

Contents

notifications:
  email: false

rvm:
  - 2.2.4
  - 2.4.3
  - 2.5.3

language: ruby
sudo: false
cache: bundler

before_install:
  - cmake --version
  - wget -q http://kakadusoftware.com/wp-content/uploads/2014/06/KDU77_Demo_Apps_for_Linux-x86-64_150710.zip
install:
  - cmake -E tar -xf KDU77_Demo_Apps_for_Linux-x86-64_150710.zip
  - export LD_LIBRARY_PATH=${PWD}/KDU77_Demo_Apps_for_Linux-x86-64_150710:${LD_LIBRARY_PATH}
  - export PATH=${PWD}/KDU77_Demo_Apps_for_Linux-x86-64_150710:${PATH}
  - bundle install --jobs=3 --retry=3

addons:
  apt:
    packages:
    - libimage-exiftool-perl

env:
  global:
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true

before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
assembly-image-1.7.7 .travis.yml