Sha256: b783f8f4db42058b0b006d74c5d6479ba91e3f900fb43a4110f624c9196cf6c8

Contents?: true

Size: 648 Bytes

Versions: 7

Compression:

Stored size: 648 Bytes

Contents

language: ruby
dist: trusty
sudo: required
branches:
  only:
    - master
    - staging
    - trying
    - /^[\d.]+$/
    - /.+-stable$/
rvm:
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - ruby-head
env:
  - "TEST_TOOL=rubygems YAML=psych"
  - "TEST_TOOL=bundler RGV=master"
jobs:
  include:
    - stage: linting
      rvm: 2.5
      env:
        - "TEST_TOOL=rubygems YAML=psych"
      script: util/ci rubocop
stages:
  - linting
  - test
before_script:
  - util/ci before_script
script:
  - util/ci script
matrix:
  allow_failures:
    - rvm: ruby-head
      env: "TEST_TOOL=rubygems YAML=psych"
    - rvm: ruby-head
      env: "TEST_TOOL=bundler RGV=master"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubygems-update-3.0.6 .travis.yml
rubygems-update-3.0.5 .travis.yml
rubygems-update-3.0.4 .travis.yml
rubygems-update-3.0.3 .travis.yml
rubygems-update-3.0.2 .travis.yml
rubygems-update-3.0.1 .travis.yml
rubygems-update-3.0.0 .travis.yml