diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3557a3e --- /dev/null +++ b/.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 diff --git a/README.md b/README.md index 5e07096..64b1230 100644 --- a/README.md +++ b/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 ## diff --git a/doc/README.md b/doc/README.md index b3aa04a..3de5bff 100644 --- a/doc/README.md +++ b/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 ## diff --git a/doc/gproc_dist.md b/doc/gproc_dist.md index ab8f754..29d609b 100644 --- a/doc/gproc_dist.md +++ b/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()` - - diff --git a/doc/overview.edoc b/doc/overview.edoc index 0273673..2bb1167 100644 --- a/doc/overview.edoc +++ b/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) + +

Note

Gproc has two dependencies: `gen_leader' and `edown'. Since most people don't