https://github.com/fenderglass/Ragout
Revision a60310635e9aecb1d7f0a814d0e14a300f592656 authored by Mikhail Kolmogorov on 28 November 2016, 20:39:26 UTC, committed by Mikhail Kolmogorov on 28 November 2016, 20:39:26 UTC
1 parent c9b5d38
Raw File
Tip revision: a60310635e9aecb1d7f0a814d0e14a300f592656 authored by Mikhail Kolmogorov on 28 November 2016, 20:39:26 UTC
typo
Tip revision: a603106
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top