Add travis.yml

This commit is contained in:
Adam Hamsik
2016-02-14 21:06:34 +01:00
parent 60bcee08c9
commit bf833e216b
+10
View File
@@ -0,0 +1,10 @@
# Enable C support
language: c
# Compiler selection
compiler:
- clang
- gcc
# Build steps
script:
- ./configure
- make