Merge pull request #300 from martinsumner/travisci-test

Travisci test
This commit is contained in:
Martin Sumner 2019-11-05 20:01:59 +00:00 committed by GitHub
commit e16b650823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: erlang
otp_release:
- 20.3.8
script:
- chmod u+x rebar3
- ./rebar3 do upgrade, compile, dialyzer, xref, eunit

View file

@ -2,6 +2,8 @@
## Introduction ## Introduction
[![Build Status](https://travis-ci.com/martinsumner/leveled.svg?branch=master)](https://travis-ci.com/martinsumner/leveled)
Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics: Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:
- Optimised for workloads with <b>larger values</b> (e.g. > 4KB). - Optimised for workloads with <b>larger values</b> (e.g. > 4KB).

BIN
rebar3 Executable file

Binary file not shown.