Sha256: c850660595584d8fb2dd30f15e6b50437016eb42f866ff8102b6892bc08a8617

Contents?: true

Size: 352 Bytes

Versions: 1

Compression:

Stored size: 352 Bytes

Contents

language: ruby
dist: trusty
before_install:
  - gem install bundler
  - gem install yard
rvm: 
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
after_success:
  - yard
deploy:
  provider: pages
  local_dir: doc
  skip_cleanup: true
  github_token: $GITHUB_TOKEN
  keep_history: true
  on:
    branch: master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
parlour-0.6.1 .travis.yml