1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-21 19:23:03 +04:00
Files
json/.travis.yml
T
2013-07-04 10:54:16 +02:00

13 lines
119 B
YAML

language: cpp
compiler:
- clang
before_script:
- autoreconf -iv
- ./configure
script:
- make
- make check