Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit ced1a46

Browse files
committed
Add travis build status information to the readme.
Signed-off-by: David Black <[email protected]>
1 parent 49ff828 commit ced1a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ that contain variables that will not be escaped. This package currently has
44
no knowledge of custom filters, custom tags, and python code (e.g. uses of
55
mark safe). The code has only been tested against django versions >= 1.5 and <= 1.7.
66

7+
[![Build Status](https://travis-ci.org/dbaxa/django_xss_detection.svg?branch=restrict_django_version_range)](https://travis-ci.org/dbaxa/django_xss_detection)
8+
79
## Requirements
810
* django >= 1.5 and < 1.8
911
* lxml

0 commit comments

Comments
 (0)