Quantcast

Added Travis CI automation file

KyrosKrane [05-22-18 - 14:30]
Added Travis CI automation file
Filename
.travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7406c90
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+sudo: false
+language: c
+
+addons:
+  apt:
+    packages:
+    - pandoc
+
+script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
+
+branches:
+  only:
+  - /^[vV]0?\d+\.\d+(\.\d+)?(-\S*)?$/