Sha256: 8241b01d7b5ae0f946d43f634c3c645f762f5e692af16ebf93c136ff9d3b1874

Contents?: true

Size: 1.21 KB

Versions: 5

Compression:

Stored size: 1.21 KB

Contents

sudo: false
language: ruby
cache: bundler
rvm:
  - 2.4.10
  - 2.5.9
  - 2.6.7
  - 2.7.3
  - 3.0.1
  - ruby-head

matrix:
  allow_failures:
    - rvm: ruby-head

before_install:
  # stub mplayer/ffmpeg so it looks like they are installed
  - mkdir -p ~/bin
  - touch ~/bin/mplayer ~/bin/ffmpeg
  - chmod +x ~/bin/mplayer ~/bin/ffmpeg
  - export PATH=~/bin:$PATH
  - git --version

notifications:
  slack:
    secure: BkGsQOYMJqW55j94S1QwmR17BkwuTIULKVhwzRdnv37BvVcC17y9KLMo8NH+bcao36XZx9DukXcTyaDQc6tCSlFEbG/FcPUJM8bx9EWjHUoGVg1KdpVu/nVHu+GKosrB41lM3nfJWCnF0TOSnmTXU+bV8Pwkij+L5X+gNyAT2Ns=

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

env:
  global:
    - CC_TEST_REPORTER_ID=6170a470c98ca6537e4c19848d4d4201dbb1eff1960ba7fee1a278d91b9fb1f1
before_script:
  - 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lolcommits-0.17.2 .travis.yml
lolcommits-0.17.1 .travis.yml
lolcommits-0.17.0 .travis.yml
lolcommits-0.16.5 .travis.yml
lolcommits-0.16.4 .travis.yml