diff --git a/README.md b/README.md index 1924ba64b2..232255db1a 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.