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