add CI support

This commit is contained in:
Dmitry Kolesnikov 2016-03-23 22:56:59 +02:00
parent bda14508ae
commit f190930ba3
2 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
script: make && make test
language: erlang
otp_release:
- 18.2.1
- 17.5

View File

@ -1,5 +1,7 @@
# Segmented in-memory cache
[![Build Status](https://secure.travis-ci.org/fogfish/cache.svg?branch=master)](http://travis-ci.org/fogfish/cache)
Cache uses N disposable ETS tables instead of single one. The cache applies eviction and quota
policies at segment level. The oldest ETS table is destroyed and new one is created when
quota or TTL criteria are exceeded.