Sha256: 53dab02c63f023dc5393ef1893e4bf835658002ad49d0548191e4210ab279413

Contents?: true

Size: 462 Bytes

Versions: 9

Compression:

Stored size: 462 Bytes

Contents

language: ruby
dist: trusty
before_install:
  - gem install bundler
  - gem install yard
rvm: 
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - 2.7
  - 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
  allow_failures:
    - rvm: 2.3
    - rvm: ruby-head

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
parlour-5.0.0.beta.6 .travis.yml
parlour-5.0.0.beta.5 .travis.yml
parlour-5.0.0.beta.4 .travis.yml
parlour-5.0.0.beta.3 .travis.yml
parlour-5.0.0.beta.2 .travis.yml
parlour-5.0.0.beta.1 .travis.yml
parlour-4.0.1 .travis.yml
parlour-4.0.0 .travis.yml
parlour-3.0.0 .travis.yml