Remove unused .travis.yml configuration file

This commit is contained in:
Chris Morgan 2022-05-21 08:32:42 -04:00
parent 6e32e63908
commit de996fee46

View File

@ -1,10 +0,0 @@
language: c
compiler:
- gcc
- clang
install: sudo apt-get install check
script: make test
notifications:
email:
on_success: change
on_failure: change