Sha256: 7e8c8cd8632a123fce3ba09549c5aa1a2a91a2ca4bd234e86cfba4dc53575dde

Contents?: true

Size: 731 Bytes

Versions: 5

Compression:

Stored size: 731 Bytes

Contents

language: ruby
rvm:
 - 1.8.7
 - 1.9.2
 - 1.9.3
 - 2.0.0

before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq -y mplayer
 - sudo apt-get install ffmpeg
 # imagemagick is installed by default on normal travis image now
 # - sudo apt-get install -qq -y imagemagick libmagickwand-dev

# matrix:
  # allow_failures:
    # - rvm: 2.0.0

branches:
  except:
    - gh-pages

notifications:
  irc: "chat.freenode.net#lolcommits"

deploy:
  provider: rubygems
  api_key:
    secure: Y7FFOMDahITtHYRV3UQAw+BA2JbqoArN/Ii9PUTU6RaLmTIvpZBzqtvR3r8ah3SdXNh0Cx10gVf0pRc6HXKTNQdwMWCkOQwukAb+9kLDKFxl3x+w4X2u6yWmtsyNMTWK1gF4hEF1IHnsdg2dYEoFfE2M5bHex85ND/Q6820sPa8=
  gem: lolcommits
  on:
    tags: true
    repo: mroth/lolcommits

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
lolcommits-mpv-0.5.2 .travis.yml
lolcommits-0.5.2 .travis.yml
lolcommits-0.5.2.pre1 .travis.yml
lolcommits-0.5.1 .travis.yml
lolcommits-0.5.1.pre2 .travis.yml