Sha256: 23198441fa7cdfc97b85d549b5a5b58f840cf61f238e1e3e0139a2c5268f3ea4

Contents?: true

Size: 586 Bytes

Versions: 3

Compression:

Stored size: 586 Bytes

Contents

language: ruby
rvm:
  - 2.3.3
cache: bundler
branches:
  only:
    - master
addons:
  apt:
    packages:
      - diffstat
install:
  - travis_retry sudo apt-get 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 update
  - travis_retry sudo apt-get install -y subversion git
  - travis_retry bundle install
  - svn --version
  - git --version
  - diffstat --version
script:
  - rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hoc-0.8 .travis.yml
hoc-0.7.3 .travis.yml
hoc-0.7.2 .travis.yml