Sha256: 6d470515007e5ecafa3aac392211dc85e27fd4d2c6c2ccf950ac8a95ba42581f

Contents?: true

Size: 514 Bytes

Versions: 18

Compression:

Stored size: 514 Bytes

Contents

sudo: true
language: ruby
rvm:
  - 2.1.10
  - 2.2.5
  - 2.3.6
  - 2.4.3
  - 2.5.0
  - 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

18 entries across 18 versions & 1 rubygems

Version Path
autoproj-2.9.0 .travis.yml
autoproj-2.8.8 .travis.yml
autoproj-2.8.7 .travis.yml
autoproj-2.8.6 .travis.yml
autoproj-2.8.5 .travis.yml
autoproj-2.8.5.b1 .travis.yml
autoproj-2.8.4 .travis.yml
autoproj-2.8.3 .travis.yml
autoproj-2.8.2 .travis.yml
autoproj-2.8.1 .travis.yml
autoproj-2.8.0 .travis.yml
autoproj-2.7.1 .travis.yml
autoproj-2.7.0 .travis.yml
autoproj-2.6.1 .travis.yml
autoproj-2.6.0 .travis.yml
autoproj-2.5.1 .travis.yml
autoproj-2.5.0 .travis.yml
autoproj-2.5.0.pre1 .travis.yml