From 759bca3a8d94c7290debdb663bc2e2db184515ff Mon Sep 17 00:00:00 2001 From: Thiebaud Weksteen Date: Fri, 5 Aug 2016 11:27:57 +1000 Subject: [PATCH] Add TravisCI build status to README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ed01008..eb3a2e4d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ CHIPSEC: Platform Security Assessment Framework CHIPSEC is a framework for analyzing the security of PC platforms including hardware, system firmware (BIOS/UEFI), and platform components. It includes a security test suite, tools for accessing various low level interfaces, and forensic capabilities. It can be run on Windows, Linux, and UEFI shell. Instructions for installing and using CHIPSEC can be found in the [manual](chipsec-manual.pdf). -NOTE: This software is for security testing purposes. Use at your own risk. - -Read [WARNING.txt](source/tool/WARNING.txt) before using. +NOTE: This software is for security testing purposes. Use at your own risk. Read [WARNING.txt](source/tool/WARNING.txt) before using. Questions? Enter a new issue labeled as question, or e-mail chipsec@intel.com. +Status: [![Build Status](https://travis-ci.org/chipsec/chipsec.svg?branch=master)](https://travis-ci.org/chipsec/chipsec) Announcements -------------