Added travis-ci.
This commit is contained in:
parent
42f35c10c2
commit
0bd4fdd742
4 changed files with 11 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
# HttpStatus JSP Tag Library
|
||||
|
||||
[](http://opensource.org/licenses/BSD-3-Clause) [](https://www.versioneye.com/user/projects/56a6947a1b78fd002d00018a) [](https://travis-ci.org/ethauvin/HttpStatus) [](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik.httpstatus/httpstatus)
|
||||
|
||||
|
||||
A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages.
|
||||
|
||||
----
|
||||
|
@ -147,7 +150,7 @@ Status Code | Reason
|
|||
|
||||
----
|
||||
|
||||
## Use with [Gradle](https://gradle.org/) or [Maven](http://maven.apache.org/)
|
||||
## Usage with [Gradle](https://gradle.org/) or [Maven](http://maven.apache.org/)
|
||||
Include the following in your `build.gradle` file:
|
||||
|
||||
```gradle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue