Browse Source

Add travis-ci config

Seth Falcon 12 years ago
parent
commit
9548f83fa8
2 changed files with 11 additions and 0 deletions
  1. 8 0
      .travis.yml
  2. 3 0
      README.org

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: erlang
+otp_release:
+  - R15B02
+  - R15B01
+  - R15B
+  - R14B04
+  - R14B03
+  - R14B02

+ 3 - 0
README.org

@@ -4,6 +4,9 @@ The pooler application allows you to manage pools of OTP behaviors
 such as gen_servers, gen_fsms, or supervisors, and provide consumers
 with exclusive access to pool members using =pooler:take_member=.
 
+#+ATTR_HTML: alt="Build status images" title="Build status on Travis-CI"
+[[https://travis-ci.org/seth/pooler.png]]
+
 ** What pooler does
 
 *** Protects the members of a pool from being used concurrently