Skip to content

Instantly share code, notes, and snippets.

@pipcet
pipcet / .travis.yml
Last active August 29, 2015 14:16 — forked from calid/00-preamble.md
language: perl
before_install:
- sudo apt-get install libzmq3-dev
- sudo apt-get install gcc
install:
- cpanm -n ZMQ::LibZMQ3
- cpanm -n ZMQ::FFI
- cpanm -n Benchmark