add Travis support for automated tests

This commit is contained in:
Nguyen Anh Quynh 2016-03-01 13:49:27 +08:00
parent 5a4d9609d6
commit 9eb1c57c34

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: c
sudo: false
before_install:
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
script:
- ./make.sh
compiler:
- clang
- gcc