https://github.com/fenderglass/Ragout
Revision 024d279f2b7bebf4ab15bfe6d0f8fd5d95946674 authored by Mikhail Kolmogorov on 23 January 2016, 02:49:25 UTC, committed by Mikhail Kolmogorov on 23 January 2016, 02:49:25 UTC
1 parent 8283a58
Raw File
Tip revision: 024d279f2b7bebf4ab15bfe6d0f8fd5d95946674 authored by Mikhail Kolmogorov on 23 January 2016, 02:49:25 UTC
tests fixed
Tip revision: 024d279
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top