jsoncpp/.travis.yml

5 lines
95 B
YAML

before_install: sudo apt-get install cmake
language: cpp
compiler: gcc
script: cmake . && make