https://github.com/fenderglass/Ragout
Revision 943c9e669955a0eaf32e854f5e0fdbe37ae2c806 authored by fenderglass on 08 July 2014, 10:50:54 UTC, committed by fenderglass on 08 July 2014, 10:50:54 UTC
1 parent 0994508
Raw File
Tip revision: 943c9e669955a0eaf32e854f5e0fdbe37ae2c806 authored by fenderglass on 08 July 2014, 10:50:54 UTC
fixed example
Tip revision: 943c9e6
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top