1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

Merge pull request #379 from renu555/renu555-patch-5

Build with travis CI on every pull request or commit
This commit is contained in:
Lee Thomason
2015-09-24 10:31:39 -07:00
+7
View File
@@ -0,0 +1,7 @@
language: c++
compiler:
- g++
os: linux
before_script: cmake .
script: make && ./xmltest