https://github.com/fenderglass/Ragout
Revision 4bf798f2f109f4b7eaf82afaee38abc73e5250bf authored by Mikhail Kolmogorov on 22 March 2015, 19:05:32 UTC, committed by Mikhail Kolmogorov on 22 March 2015, 19:05:32 UTC
1 parent 1b87419
Raw File
Tip revision: 4bf798f2f109f4b7eaf82afaee38abc73e5250bf authored by Mikhail Kolmogorov on 22 March 2015, 19:05:32 UTC
chimera detection on by default
Tip revision: 4bf798f
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top