Adding a simple .travis.yml file

This commit is contained in:
Wolfgang Hommel
2019-08-23 19:27:38 +02:00
parent c60390a7e3
commit 1c05fdd333

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: c
matrix:
include:
- os: linux
compiler: gcc
script:
- cd ${TRAVIS_BUILD_DIR}
- make
- make test