dependencies:
  pre:
    - git clone https://github.com/nanomsg/nanomsg.git
    - ./circleci/nanomsg.sh
    - sudo /sbin/ldconfig
test:
  override:
    - ./circleci/v0.10.sh && make full
    - ./circleci/v0.12.sh && make full
    - ./circleci/viojs.sh && make full
