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