Sha256: d7448db4b95ad795211d93fc4f413b85f227c1ca3bde0aef585df484a8902ac2

Contents?: true

Size: 735 Bytes

Versions: 1

Compression:

Stored size: 735 Bytes

Contents

language: ruby
sudo: false
cache: bundler
bundler_args: --without yard guard benchmarks tools
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
    - CODECLIMATE_REPO_TOKEN=3151eaf8f2a35e5c54b14e4618702237023acf89794b908bd1654c3cf8dae44f
install:
  - "wget -nc http://download.geteventstore.com/binaries/EventStore-OSS-Linux-v3.0.3.tar.gz"
  - "tar -xvzf EventStore-OSS-Linux-v3.0.3.tar.gz"
  - "mv EventStore-OSS-Linux-v3.0.3 .event_store"
  - "cd .event_store && ./run-node.sh --mem-db &"
  - "sleep 5"
  - "./bin/init-es"
  - "bundle install"
script: "bundle exec rake ci"
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3.0
  - rbx-2
  - jruby
  - jruby-head
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rom-event_store-0.0.6 .travis.yml