Sha256: 6cdbab5b76971214c5aaec493f58af58b9ea947fe4aa6c2350139add48e3e968
Contents?: true
Size: 493 Bytes
Versions: 6
Compression:
Stored size: 493 Bytes
Contents
sudo: true language: ruby rvm: - 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.12.1 | .travis.yml |
autoproj-2.12.0 | .travis.yml |
autoproj-2.11.0 | .travis.yml |
autoproj-2.10.2 | .travis.yml |
autoproj-2.10.1 | .travis.yml |
autoproj-2.10.0 | .travis.yml |