https://github.com/ntamas/plfit
Revision 81e7b12751ea87aa3f59bcd3504433997b7973fc authored by Tamás Nepusz on 16 July 2021, 21:07:47 UTC, committed by GitHub on 16 July 2021, 21:07:47 UTC
convert Karate Club [unix] data file from DOS to Unix format
2 parent s 8585ded + 7524cbd
Raw File
Tip revision: 81e7b12751ea87aa3f59bcd3504433997b7973fc authored by Tamás Nepusz on 16 July 2021, 21:07:47 UTC
Merge pull request #27 from jgmbenoit/debian/initialrelease/0.8.2+ds-1/dos2unix
Tip revision: 81e7b12
.travis.yml
language: c

os: linux
dist: xenial

compiler:
  - clang
  - gcc

script: "cmake . && make && make test"
back to top