Sha256: ef5372f1cda25a8f39e6695fcd53028c9b1b995cc54428533fd93cd6e7c392d8

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

os:
  -linux

dist: trusty

language: ruby

rvm:
  - 2.2.0
  - 2.2.1
  - 2.2.2
  - 2.2.3

env:
  global:
    - JRUBY_OPTS=-Xcext.enabled=true
    - CI=true
    - TRAVIS=true
    - LANG=en_US.UTF-8
    - LC_ALL=en_US.UTF-8

before_install:
  - sudo apt-get update
  - sudo apt-get install ffmpeg

before_script:
  - rake setup

after_success:
  - CI=true TRAVIS=true coveralls --verbose

notifications:
  email:
    - samannsml@directbox.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
youtube_dlhelper-2.0.0 .travis.yml