Sha256: 9f204c48ef2258cd5b762f285b016d4bd85e4ef9c6eebc5b3f0773952f0f4302

Contents?: true

Size: 508 Bytes

Versions: 3

Compression:

Stored size: 508 Bytes

Contents

rvm:
  - 2.0.0
  - 2.1.2
  - 2.2.2
  - jruby-9.0.1.0
  - rbx-2.5.8
services:
  - couchdb
gemfile:
  - gemfiles/active_support_4_0
  - gemfiles/active_support_4_1
  - gemfiles/active_support_4_2
before_install:
  gem install bundler --version 1.11.2
before_script:
  - sudo sh -c 'echo "[native_query_servers]" >> /etc/couchdb/local.ini'
  - sudo sh -c 'echo "erlang = {couch_native_process, start_link, []}" >> /etc/couchdb/local.ini'
  - sudo /etc/init.d/couchdb restart
  - bundle
script: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
couch_potato-1.6.5 .travis.yml
couch_potato-1.6.4 .travis.yml
couch_potato-1.6.3 .travis.yml