Sha256: ee49b606b8f1aab4d02c06a145070a4a26167a1f78563574dafaf7edf7950a55

Contents?: true

Size: 514 Bytes

Versions: 6

Compression:

Stored size: 514 Bytes

Contents

language: ruby

rvm:
- 2.2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head

before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8

install:
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
- bundle install

branches:
    only:
        - master
        - develop
        - /^develop-.*/
        - /^bugfix.*/
        - /^feature.*/

matrix:
  allow_failures:
  - rvm: ruby-head

sudo: false

script:
- bundle exec rspec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cureutils-1.7.0 .travis.yml
cureutils-1.6.0 .travis.yml
cureutils-1.5.0 .travis.yml
cureutils-1.4.0 .travis.yml
cureutils-1.3.1 .travis.yml
cureutils-1.3.0 .travis.yml