Sha256: 308a5fa238124e1323752e140f68b16e726423c63639f2c54081a89140cca9ec

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

sudo: false
matrix:
  include:
    - language: ruby
      cache: bundler
      rvm: 2.4
      before_install:
        - gem update --system
        - gem --version
      install:
        - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

    - language: ruby
      cache: bundler
      rvm: 2.5
      before_install:
        - gem update --system
        - gem --version
      install:
        - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

    - language: ruby
      cache: bundler
      rvm: 2.6
      before_install:
        - gem update --system
        - gem --version
      install:
        - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

    - language: ruby
      cache: bundler
      rvm: rbx-3
      before_install:
        - gem update --system
        - gem --version
      install:
        - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

    - language: ruby
      cache: bundler
      rvm: ruby-head
      before_install:
        - gem update --system
        - gem --version
      install:
        - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

    - language: node_js
      cache: yarn
      node_js: node

    - language: node_js
      cache: yarn
      node_js: iojs

    - language: node_js
      cache: yarn
      node_js: lts/*

  allow_failures:
    - language: ruby
      rvm: ruby-head
    - language: ruby
      rvm: rbx-3
    - language: ruby
      rvm: 2.6
    - language: node_js
      node_js: iojs

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailer_vote-fixtures-1.2.0 .travis.yml