Sha256: 0b5ed0b8619917ca9c7f2684194a3da6ee1bd31144cf9fb4b2ad40ce8d39c12b

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 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

jobs:
  include:
    - stage: deploy documentation
      script: yard
      deploy:
        provider: pages
        local_dir: doc
        skip_cleanup: true
        github_token: $GITHUB_TOKEN
        keep_history: true
        on:
          branch: master

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
parlour-1.0.0 .travis.yml
parlour-0.8.1 .travis.yml
parlour-0.8.0 .travis.yml
parlour-0.7.0 .travis.yml