Sha256: 84f89c05f7c5acd3a55ef223dd4cd3c26e1ea788763e317e05a6ccda9043d370

Contents?: true

Size: 597 Bytes

Versions: 1

Compression:

Stored size: 597 Bytes

Contents

language: ruby

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0

before_install:
  - sudo apt-get install libtool autoconf automake uuid-dev build-essential
  - wget http://download.zeromq.org/zeromq-3.2.4.tar.gz && tar zxvf zeromq-3.2.4.tar.gz && cd zeromq-3.2.4 && ./configure && make && sudo make install && cd ..
  - gem update bundler
# Only has 4.0.4, need 3.2 version due to old em-zeromq
#  - sudo add-apt-repository -y ppa:chris-lea/zeromq
#  - sudo apt-get update
#  - sudo apt-get install libzmq3 libzmq3-dev

script: bundle exec rspec spec

notifications:
  slack: redjack:FMYKDe4eilb9usdN8BQe5ZMA

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rflow-components-http-2.0.0 .travis.yml