From c5671f996e79f9e694e0251e5c7409fb03cf18b7 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Fri, 10 Oct 2014 00:55:33 +0400 Subject: [PATCH] Build status added to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6933fa8..dd07a7a 100644 --- a/README.md +++ b/README.md @@ -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.