https://github.com/fenderglass/Ragout
Revision b28a25d8c50a9d488cfec393104f3c5ccf09eff6 authored by Mikahil Kolmogorov on 27 January 2015, 08:30:16 UTC, committed by Mikahil Kolmogorov on 27 January 2015, 08:30:16 UTC
1 parent ca2df27
Raw File
Tip revision: b28a25d8c50a9d488cfec393104f3c5ccf09eff6 authored by Mikahil Kolmogorov on 27 January 2015, 08:30:16 UTC
moving
Tip revision: b28a25d
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top