Sha256: 503165468633ae771a64d418afc8de1310f7f261fd97907a300446be5dcd658f

Contents?: true

Size: 513 Bytes

Versions: 2

Compression:

Stored size: 513 Bytes

Contents

sudo: true
language: ruby
rvm:
  - "2.3"
  - "2.4"
  - "2.5"
  - "2.6"
  - "2.7"
  - jruby-9.1.15.0
matrix:
    allow_failures:
        - rvm: jruby-9.1.15.0

cache: bundler

install:
    - git config --global user.name "Autoproj on Travis CI"
    - git config --global user.email "autoproj@travis"
    - gem install bundler
    # Some tests expect gems to be present in vendor/bundle
    - bundle install --path vendor/bundle
script:
    - bundle exec rake
    - AUTOPROJ_SKIP_LONG_TESTS=1 bundle exec rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autoproj-2.14.0 .travis.yml
autoproj-2.13.0 .travis.yml