Sha256: ebdd50019e693e871a2a9207947230934fcc50953680c63facd1232a2093ee71

Contents?: true

Size: 1.61 KB

Versions: 2

Compression:

Stored size: 1.61 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

2 entries across 2 versions & 1 rubygems

Version Path
trailer_vote-fixtures-1.3.1 .travis.yml
trailer_vote-fixtures-1.3.0 .travis.yml