Sha256: b369e8af919b9f282e751412892cb1ee427c36eac27f3ff4fc949f1b2473f467

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

os:
  -linux

dist: trusty

language: ruby

rvm:
  - 2.2.1
  - 2.2.2

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-0.1.9.5 .travis.yml