Add travis file for automated tests

test2
Pranith Kumar 9 years ago
parent 96866c1c9a
commit b6c4688f54
  1. 10
      .travis.yml

@ -0,0 +1,10 @@
language: cpp
sudo: false
before_install:
- export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
script:
- ./make.sh
- make check
compiler:
- clang
- gcc
Loading…
Cancel
Save