Sha256: 7f38e0d37864979a693decc6298db68f15f1c380a344986cd1c42abb59668363

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

language: ruby
dist: trusty
before_install:
  - gem install bundler
  - gem install yard
  - chmod +x ci/check_rbi.sh
rvm: 
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - 2.7
  - ruby-head

jobs:
  include:
    - stage: check RBI
      script: ./ci/check_rbi.sh
      rvm: 2.7
    - 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

1 entries across 1 versions & 1 rubygems

Version Path
parlour-5.0.0 .travis.yml