https://github.com/fenderglass/Ragout
Revision 062b14caf4aefd0e71a41a18ae27cd5a0db57898 authored by Mikhail Kolmogorov on 31 July 2015, 10:55:55 UTC, committed by Mikhail Kolmogorov on 31 July 2015, 10:55:55 UTC
1 parent fc2dc70
Raw File
Tip revision: 062b14caf4aefd0e71a41a18ae27cd5a0db57898 authored by Mikhail Kolmogorov on 31 July 2015, 10:55:55 UTC
no negative gaps
Tip revision: 062b14c
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top