]> granicus.if.org Git - multimarkdown/commitdiff
ADDED: Add Travis CI configuration
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 4 Jul 2017 12:39:26 +0000 (08:39 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 4 Jul 2017 12:39:26 +0000 (08:39 -0400)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..d6c07e8
--- /dev/null
@@ -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