Sha256: 2d295e2c0bc5436ca23e813a5b8f81052c94d92b2e13904e711bf5a3302a499d
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
language: ruby branches: only: - master rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.5 - 2.3.4 - 2.4.1 - 2.5.0 - jruby - rbx-3 matrix: allow_failures: - rvm: rbx-3 - rvm: jruby cache: bundler before_script: - wget https://alg.li/algolia-keys && chmod +x algolia-keys script: - if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [[ ! "$TRAVIS_PULL_REQUEST_SLUG" =~ ^algolia\/ ]]; then eval $(./algolia-keys export) && bundle exec rspec --tag ~maintainers_only; else bundle exec rspec; fi
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
algoliasearch-1.22.0 | .travis.yml |
algoliasearch-1.21.0 | .travis.yml |
algoliasearch-1.20.1 | .travis.yml |
algoliasearch-1.20.0 | .travis.yml |