Setup Travis CI
[beam_stats.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..e5c2cd9
--- /dev/null
@@ -0,0 +1,15 @@
+notifications:
+    recipients:
+    - siraaj@khandkar.net
+
+language:
+    erlang
+
+otp_release:
+    - 18.0
+    - 17.5
+    - 17.0
+    - R16B02
+
+script:
+    "make travis_ci"
This page took 0.027573 seconds and 4 git commands to generate.