Explorar el Código

Add test integration status to README.md.

Jeff Geerling hace 11 años
padre
commit
b8a84d2bd7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
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.