From b8a84d2bd71774426004d957e131bf00a215b55b Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 3 Aug 2014 21:27:56 -0500 Subject: [PATCH] Add test integration status to README.md. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8180a74..c94af6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ansible Role: Nginx +[![Build Status](https://travis-ci.org/geerlingguy/ansible-role-nginx.svg?branch=master)](https://travis-ci.org/geerlingguy/ansible-role-nginx) + Installs Nginx on RedHat/CentOS or Debian/Ubuntu linux servers. This role installs and configures the latest version of Nginx from the Nginx yum repository (on RedHat-based systems) or via apt (on Debian-based systems). You will likely need to do extra setup work after this role has installed Nginx, like adding your own [virtualhost].conf file inside `/etc/nginx/conf.d/`, describing the location and options to use for your particular website.