Revision a68b9dba9aa7570c0a8e3f579b662524ee919e2b authored by Mikhail Kolmogorov on 27 July 2018, 01:48:58 UTC, committed by Mikhail Kolmogorov on 27 July 2018, 01:48:58 UTC
1 parent 51ecff3
Raw File
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top