Build status added to README

This commit is contained in:
Alexey Romanov
2014-10-10 00:55:33 +04:00
parent 8951767a09
commit c5671f996e

View File

@@ -4,6 +4,8 @@ This library allows you to work with SQLite3 databases from Erlang.
It is compatible with Windows and Linux, and should probably work on other OSes as well.
[![Build Status](https://travis-ci.org/alexeyr/erlang-sqlite3.svg?branch=master)](https://travis-ci.org/alexeyr/erlang-sqlite3)
## Requirements
Erlang/OTP R16B or 17.x is required, and SQLite 3 minimum version is 3.6.1. See R14B branch for older Erlang versions.