Add a simple travis builder script to check that the project is still buildable

pull/84/head
Hamish Coleman 6 years ago
parent 99930d12aa
commit 94dd8760cc

@ -0,0 +1,5 @@
# Not the correct language, but one that has very few dependancies to install
language: c
script:
- make test
Loading…
Cancel
Save