aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: dfae8e7a5a9d6a31754738113c0a3ab69210bf82 (plain)
1
2
3
4
5
os:
  - linux
  - osx
language: c
script: cmake . && make -j2