Browse Source

Add travis-ci configuration

Sina Samavati 11 years ago
parent
commit
91321bf1c0
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .travis.yml

+ 14 - 0
.travis.yml

@@ -0,0 +1,14 @@
+language: erlang
+otp_release:
+  - R16B02
+  - R16B01
+  - R15B03
+  - R15B02
+  - R15B01
+  - R14B04
+  - R14B03
+  - R14B02
+notifications:
+  email: false
+  irc: "chat.freenode.net#xprous"
+script: "make test"