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

Commit

Permalink
Merge pull request #18 from GameAnalytics/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
lastres authored Jun 7, 2018
2 parents cb8d66b + 02a35ee commit cea57ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: erlang
otp_release:
- R16B03
- 17.5
- 18.3
- 19.3
- 20.3
services:
script: rebar compile && rebar skip_deps=true eunit
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
GameAnalytics Cluster Scheduler
-------------------------------

[![Build Status](https://travis-ci.org/GameAnalytics/gascheduler.svg?branch=master)](https://travis-ci.org/GameAnalytics/gascheduler)

This library implements a generic scheduler for processing tasks in a cluster.
The generation and processing of tasks is specialized for a particular
application. The client passes a callback to execute and a message is returned
Expand Down

0 comments on commit cea57ec

Please sign in to comment.