Revision 4674e033a1148a77eba6494289117d957cef0db4 authored by Mikhail Kolmogorov on 09 August 2016, 01:14:00 UTC, committed by Mikhail Kolmogorov on 09 August 2016, 01:14:00 UTC
1 parent 27e6ef3
Raw File
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top