Sha256: a8e09584361f3fdb53597ac641a9c79ca65310bca7c4fe3f47a185505eed1420

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: nDBFcCoDdZPJ3YmJajpTPCvYjmHgmVi5jmXhXa1vbCvSNSNk4qOSQgSh53hZHBm7OeZOgjcih9ZnUwmzTCHxnJAzH6jX7gGH3nBYEzsINPWZ9E9P3P3Vmf/MQAh1BiK1Twpop7aCECxfHyRP7N3MHLFomGqkmIKPspwrrkQ6hpM=

Version data entries

2 entries across 2 versions & 1 rubygems

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