1os: linux
2dist: trusty
3language: cpp
4install:
5  - curl -L --create-dirs -o ~/bin/yaggo https://github.com/gmarcais/yaggo/releases/download/v1.5.9/yaggo
6  - chmod a+rx ~/bin/yaggo
7  - export PATH=~/bin:$PATH
8script: autoreconf -fi && ./configure && make -j 2 && make check
9