Created
May 22, 2014 12:58
-
-
Save hcarty/77e32afdecbf09af0213 to your computer and use it in GitHub Desktop.
Travis config (using PPA) for ocaml-zmq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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