From: Fletcher T. Penney Date: Tue, 4 Jul 2017 12:39:26 +0000 (-0400) Subject: ADDED: Add Travis CI configuration X-Git-Tag: 6.1.0^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac5a50c94e590fbc13982ba6ec13bdf4857af78;p=multimarkdown ADDED: Add Travis CI configuration --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d6c07e8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: c +install: + - make + - cd build; make +script: + - cd build; make test +branches: + only: + - master + - develop + - /^\d+\.\d+.*/ \ No newline at end of file