Sha256: dbe9c5547803bfa4535fbfd430b9c08ad87993e2a193a6cab6b71e60d7e7e925

Contents?: true

Size: 497 Bytes

Versions: 5

Compression:

Stored size: 497 Bytes

Contents

---
after_script:
- util/ci after_script
before_script:
- util/ci before_script
language: ruby
dist: trusty
sudo: required
branches:
  only:
    - master
    - auto
    - /^[\d.]+$/
    - /.+-stable$/
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
env:
  - "TEST_TOOL=rubygems YAML=syck"
  - "TEST_TOOL=rubygems YAML=psych"
  - "TEST_TOOL=bundler RGV=master"
script:
  - util/ci script
matrix:
  allow_failures:
    - env: "TEST_TOOL=bundler RGV=master"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubygems-update-2.7.11 .travis.yml
rubygems-update-2.7.10 .travis.yml
rubygems-update-2.7.9 .travis.yml
rubygems-update-2.7.8 .travis.yml
rubygems-update-2.7.7 .travis.yml