From af061f7db467657c46b776ef9a057f494a59ae94 Mon Sep 17 00:00:00 2001 From: Otavio Rodolfo Piske Date: Thu, 19 Apr 2018 16:45:58 +0200 Subject: [PATCH] Adds the Travis CI build status label on the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1924ba64b20..232255db1ae 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ This file describes some minimum 'stuff one needs to know' to get started coding For details about the modifying the code, building the project, running tests, IDE integration, etc. see our [Hacking Guide](./docs/hacking-guide/en/SUMMARY.md). +## Build Status + +Build Status: [![Build Status](https://travis-ci.org/apache/activemq-artemis.svg?branch=master)](https://travis-ci.org/apache/activemq-artemis) + ## Building the ASYNC IO library ActiveMQ Artemis provides two journal persistence types, NIO (which uses the Java NIO libraries), and ASYNCIO which interacts with the linux kernel libaio library. The ASYNCIO journal type should be used where possible as it is far superior in terms of performance.