Pārlūkot izejas kodu

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

Build with travis CI on every pull request or commit
Lee Thomason 10 gadi atpakaļ
vecāks
revīzija
2aee5e1b37
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

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