Sha256: 80a8ee8ea077ca668647421df24b5800698396a757f2061fcc23e7f6c7f18e3b
Contents?: true
Size: 525 Bytes
Versions: 2
Compression:
Stored size: 525 Bytes
Contents
language: ruby script: bundle exec rake test cache: bundler sudo: false before_install: - 'if [[ "$TRAVIS_RUBY_VERSION" =~ "jruby" ]]; then rvm get head && rvm use --install $TRAVIS_RUBY_VERSION; fi' after_success: - bundle exec rake test:accuracy - bundle exec rake benchmark:memory rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - ruby-head - jruby-1.7.21 - jruby-9.0.0.0 - jruby-head - rbx-2.4.1 - rbx-2.5.8 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
did_you_mean-0.10.0-java | .travis.yml |
did_you_mean-0.10.0 | .travis.yml |