Skip to content

Instantly share code, notes, and snippets.

@hcarty
Created May 22, 2014 12:58
Show Gist options
  • Save hcarty/77e32afdecbf09af0213 to your computer and use it in GitHub Desktop.
Save hcarty/77e32afdecbf09af0213 to your computer and use it in GitHub Desktop.
Travis config (using PPA) for ocaml-zmq
#!/bin/sh -ex
echo 'yes' | sudo apt-add-repository ppa:chris-lea/zeromq
sudo apt-get update
sudo apt-get install libzmq3-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment