.travis.yml in ffprober-0.5.2 vs .travis.yml in ffprober-0.5.3
- old
+ new
@@ -5,25 +5,26 @@
- 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
-addons:
- apt:
- packages:
- - ffmpeg
+env:
+ global:
+ - CC_TEST_REPORTER_ID=e319ec7d18fb8e1f05b460c3ef8fac58af3844d7bfa3d44de6b82eb874bb3e31
-addons:
- code_climate:
- repo_token: e319ec7d18fb8e1f05b460c3ef8fac58af3844d7bfa3d44de6b82eb874bb3e31
-
rvm:
- - 2.3.6
- - 2.4.3
- - 2.5.0
+ - 2.4.5
+ - 2.5.3
+ - 2.6.1
- ruby-head
- jruby-head