https://github.com/fenderglass/Ragout
Revision 0a1595ef6200634a5d8d2ea85d3a9bea18014701 authored by fenderglass on 06 January 2015, 22:37:50 UTC, committed by fenderglass on 06 January 2015, 22:37:50 UTC
1 parent 20ab4d5
Raw File
Tip revision: 0a1595ef6200634a5d8d2ea85d3a9bea18014701 authored by fenderglass on 06 January 2015, 22:37:50 UTC
minor fix
Tip revision: 0a1595e
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top