Sha256: ffbacacadcbc6db14f9bda3f7ec8a31e9c9fdff2149c041815759aa23cd50539

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 Bytes

Contents

sudo: false
cache: bundler
language: ruby
rvm:
  - 2.5.7
  - 2.6.5
  - 2.7.0
  - ruby-head

env:
  global:
    - GIT_NAME: Travis CI
    - GIT_EMAIL: nobody@nobody.org

  matrix:
  - "RAILS_VERSION=4.2.0"
  - "RAILS_VERSION=5.2.0"
  - "RAILS_VERSION=6.0.0"

install: bundle install --path=vendor/bundle --retry=3

before_install:
  - gem install bundler
  - nvm install 12

after_success:
  - cd docs/ && npm install
  - if [ -n "$TRAVIS_TAG" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then cd docs/ && npm install && GIT_USER=yosiat CURRENT_BRANCH=news-docs USE_SSH=true npm run publish-gh-pages; fi
  - bundle exec rake benchmarks

matrix:
  exclude:
    - rvm: 2.7.0
      env: RAILS_VERSION=4.2.0
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
panko_serializer-0.7.3 .travis.yml