Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit cea57ec

Browse files
authored
Merge pull request #18 from GameAnalytics/travis
Travis
2 parents cb8d66b + 02a35ee commit cea57ec

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: erlang
22
otp_release:
33
- R16B03
4+
- 17.5
5+
- 18.3
6+
- 19.3
7+
- 20.3
48
services:
59
script: rebar compile && rebar skip_deps=true eunit

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
GameAnalytics Cluster Scheduler
22
-------------------------------
33

4+
[![Build Status](https://travis-ci.org/GameAnalytics/gascheduler.svg?branch=master)](https://travis-ci.org/GameAnalytics/gascheduler)
5+
46
This library implements a generic scheduler for processing tasks in a cluster.
57
The generation and processing of tasks is specialized for a particular
68
application. The client passes a callback to execute and a message is returned

0 commit comments

Comments
 (0)