diff --git a/README.md b/README.md index f300710..67d97cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/mtgrosser/ngxc.svg?branch=master)](https://travis-ci.org/mtgrosser/ngxc) + # ngxc - Nginx configuration file compiler Write your nginx configurations in Ruby - no Ruby required! @@ -28,4 +30,4 @@ ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf ExecReload= ExecReload=/usr/bin/ngxc /etc/nginx/nginx.ngxc /etc/nginx/nginx.conf ExecReload=/bin/kill -s HUP $MAINPID -``` \ No newline at end of file +```