Sha256: 1120bd3a4029ea6fce8ae038178737c7296c60fe9339bff28141f83aaefa6e22

Contents?: true

Size: 505 Bytes

Versions: 17

Compression:

Stored size: 505 Bytes

Contents

sudo: true
language: ruby
rvm:
  - '2.0'
  - 2.1.10
  - 2.2.5
  - 2.3.1
  - jruby-9.1.5.0
matrix:
    allow_failures:
        - rvm: jruby-9.1.5.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
    - bundler install --path vendor/bundle
script:
    - bundler exec rake
    - AUTOPROJ_SKIP_LONG_TESTS=1 bundler exec rake test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
autoproj-2.3.1 .travis.yml
autoproj-2.3.0 .travis.yml
autoproj-2.2.2 .travis.yml
autoproj-2.2.1 .travis.yml
autoproj-2.2.0 .travis.yml
autoproj-2.1.2 .travis.yml
autoproj-2.1.1 .travis.yml
autoproj-2.1.0 .travis.yml
autoproj-2.1.0.rc1 .travis.yml
autoproj-2.0.3 .travis.yml
autoproj-2.0.2 .travis.yml
autoproj-2.0.1 .travis.yml
autoproj-2.0.0 .travis.yml
autoproj-2.0.0.rc42 .travis.yml
autoproj-2.0.0.rc41 .travis.yml
autoproj-2.0.0.rc40 .travis.yml
autoproj-2.0.0.rc39 .travis.yml