jsoncpp/.travis.yml

5 lines
95 B
YAML
Raw Normal View History

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