Enable Travis CI

This commit is contained in:
Petteri Aimonen 2021-04-29 09:53:07 +03:00
parent c4a480774a
commit 9b701e574b
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: c
dist: focal
script:
- pushd unittests && make && popd