https://github.com/fenderglass/Ragout
Revision f7b221e78ac4b33d19ea1e705a0ddb976b49b06c authored by fenderglass on 02 July 2014, 15:08:32 UTC, committed by fenderglass on 02 July 2014, 15:08:32 UTC
1 parent 0453aa0
Raw File
Tip revision: f7b221e78ac4b33d19ea1e705a0ddb976b49b06c authored by fenderglass on 02 July 2014, 15:08:32 UTC
minor makefile change
Tip revision: f7b221e
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top