1
0
mirror of https://github.com/nlohmann/json synced 2024-12-26 18:41:03 +00:00
nlohmannjson/.travis.yml
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