Skip to content

Commit

Permalink
Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed May 21, 2014
1 parent 2fa3811 commit e5500cd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: erlang
script: "GPROC_DIST=true rebar get-deps compile eunit"
otp_release:
- R16B02
- R16B01
- R16B
- R15B03
- R15B02
- R15B01
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down
2 changes: 2 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down
4 changes: 0 additions & 4 deletions doc/gproc_dist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# Module gproc_dist #
* [Description](#description)
* [Function Index](#index)
Expand Down Expand Up @@ -334,5 +332,3 @@ the leader died.)
### update_shared_counter/2 ###

`update_shared_counter(Key, Incr) -> any()`


3 changes: 3 additions & 0 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5500cd

Please sign in to comment.