Sha256: 0f91fe7c6e29626377eab5afc14f028f0b1963a3f30f9f0ad79a457967293a05

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

language: ruby

before_install:
  - gem update --system
  - gem install bundler

before_script:
  - echo $PATH
  - cp test/ffprobe /home/travis/bin
  - 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

script: rake

sudo: false

env:
  global:
    - CC_TEST_REPORTER_ID=e319ec7d18fb8e1f05b460c3ef8fac58af3844d7bfa3d44de6b82eb874bb3e31

rvm:
  - 2.4.6
  - 2.5.5
  - 2.6.3
  - ruby-head
  - jruby-head

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffprober-0.5.5 .travis.yml