Skip to content

Commit

Permalink
Fix travis zmq install, add ruby 2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Mar 19, 2013
1 parent e454981 commit 9afa08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
script: NO_COMPILE_TEST_PROTOS=1 bundle exec rake spec
before_install:
- sudo apt-get install -qq libzmq-dev
- sudo apt-get install -qq libzmq3-dev

0 comments on commit 9afa08a

Please sign in to comment.