Start using Travis CI

Add .travis.yml file and build status flag.
This commit is contained in:
Igor Socec 2017-01-10 16:33:58 +01:00
parent 1c20be41e3
commit 61d4e2fc64
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: cpp
compiler:
- gcc
- clang
script: make