1
0
mirror of https://github.com/nlohmann/json synced 2024-11-22 12:00:05 +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