Add basic Travis file

This commit is contained in:
Evan Miller
2020-08-03 14:54:10 -04:00
parent 7b3721a4e1
commit bcb642121b
+13
View File
@@ -0,0 +1,13 @@
language: c
jobs:
include:
- compiler: clang
os: linux
before_script:
- autoreconf -i -f
script:
- ./configure --enable-sql
- make