jsoncpp/.travis.yml

7 lines
109 B
YAML
Raw Normal View History

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