Skip to content

Commit

Permalink
Adding build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgrosser authored Sep 12, 2017
1 parent 787fc9c commit 6a4cac6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down Expand Up @@ -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
```
```

0 comments on commit 6a4cac6

Please sign in to comment.