Sha256: 6863f904e930c73c0f57de08bc6ddca25057c32969b56c67c4be86418e372805

Contents?: true

Size: 278 Bytes

Versions: 2

Compression:

Stored size: 278 Bytes

Contents

language: ruby

rvm:
  - 2.6.5

cache: bundler

before_install:
  - gem update --system
  - gem install bundler

install:
  - bundle install --jobs=3 --retry=3

deploy:
  provider: script
  script: bash deploy/deploy.sh
  on:
    tags: true
    branch: master
    ruby: '2.6.5'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wordmove-5.0.2 .travis.yml
wordmove-5.0.1 .travis.yml