heartbeats-simple-sys 0.4.0

FFI bindings to heartbeats-simple
Documentation
os:
  - linux
  - osx

addons:
  apt:
    sources:
      - kubuntu-backports
    packages:
      - cmake

language: c

script:
  - mkdir _build
  - cd _build
  - cmake ..
  - make
  - make test