Sha256: 947da235d24eac8ac3e362f860987f531180220b968528486cb90f88617c4b03

Contents?: true

Size: 764 Bytes

Versions: 2

Compression:

Stored size: 764 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:
  hipchat:
    rooms:
      secure: ZVFjNSjLq8mbEaEHTqKZWovWMR17Q8cs4q3spt2Q9Q7QJp+oRz4yFVKYZCRYPsh0+mnSo2Hl8qHn/JGhxI2HsiLQVHK/9tf4TNXmT3DL//fQPTSMEHUn5D0M0CNCAWFBIbUh2PocRJxhIdUEl3PS7U4mca2nDoA+V+r+HToTZpw=

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rflow-components-http-1.1.1 .travis.yml
rflow-components-http-1.1.0 .travis.yml