Ulf Wiger 11 лет назад
Родитель
Сommit
e5500cd5fb
5 измененных файлов с 16 добавлено и 4 удалено
  1. 9 0
      .travis.yml
  2. 2 0
      README.md
  3. 2 0
      doc/README.md
  4. 0 4
      doc/gproc_dist.md
  5. 3 0
      doc/overview.edoc

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: erlang
+script: "GPROC_DIST=true rebar get-deps compile eunit"
+otp_release:
+    - R16B02
+    - R16B01
+    - R16B
+    - R15B03
+    - R15B02
+    - R15B01

+ 2 - 0
README.md

@@ -6,6 +6,8 @@ __Authors:__ Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erla
 
 Extended process dictionary
 
+[![Build Status](https://travis-ci.org/uwiger/gproc.png?branch=master)](https://travis-ci.org/uwiger/gproc)
+
 
 ## Note ##
 

+ 2 - 0
doc/README.md

@@ -6,6 +6,8 @@ __Authors:__ Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erla
 
 Extended process dictionary
 
+[![Build Status](https://travis-ci.org/uwiger/gproc.png?branch=master)](https://travis-ci.org/uwiger/gproc)
+
 
 ## Note ##
 

+ 0 - 4
doc/gproc_dist.md

@@ -1,5 +1,3 @@
-
-
 # Module gproc_dist #
 * [Description](#description)
 * [Function Index](#index)
@@ -334,5 +332,3 @@ the leader died.)
 ### update_shared_counter/2 ###
 
 `update_shared_counter(Key, Incr) -> any()`
-
-

+ 3 - 0
doc/overview.edoc

@@ -3,6 +3,9 @@
 
 @doc Extended process dictionary
 
+[![Build Status](https://travis-ci.org/uwiger/gproc.png?branch=master)](https://travis-ci.org/uwiger/gproc)
+
+
 <h2>Note</h2>
 
 Gproc has two dependencies: `gen_leader' and `edown'. Since most people don't