Create .travis.yml

This commit is contained in:
renu555 2015-09-24 14:02:02 +05:30
parent 32de9f02f5
commit d7f2cce11f
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: c++
compiler:
- g++
os: linux
before_script: cmake .
script: make && ./xmltest