Sha256: 40e90a1b41e1b7e30a338aea306a5e5b158182c79407587b81723128c4925c33

Contents?: true

Size: 694 Bytes

Versions: 2

Compression:

Stored size: 694 Bytes

Contents

language: ruby
rvm:
  - 2.6.0
cache: bundler
branches:
  only:
    - master
addons:
  apt:
    packages:
      - diffstat
install:
  - travis_retry sudo apt-get -y update
  - travis_retry sudo apt-get remove -y subversion git
  - travis_retry sudo add-apt-repository "deb http://ppa.launchpad.net/svn/ppa/ubuntu precise main"
  - travis_retry sudo add-apt-repository -y ppa:git-core/ppa
  - travis_retry sudo apt-get -y update
  - travis_retry sudo apt-get install -y git
  - travis_retry sudo apt-get install -y subversion
  - travis_retry bundle install
  - svn --version
  - git --version
  - diffstat --version
script:
  - rake
after_success:
  - "bash <(curl -s https://codecov.io/bash)"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hoc-0.10.0 .travis.yml
hoc-0.9.0 .travis.yml