summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2013-02-04 11:39:24 -0500
committerAnthony Ferrara <ircmaxell@gmail.com>2013-02-04 11:39:24 -0500
commit7530440c67458fa3a4a2249c56089108723b3d95 (patch)
tree700433dfdd464c63d8025f9a47e7c26b54bdbd45
parent6393e6d1ee292126e7a0e1f8df95e00c6a13f0e0 (diff)
downloadpassword_compat-7530440c67458fa3a4a2249c56089108723b3d95.zip
password_compat-7530440c67458fa3a4a2249c56089108723b3d95.tar.gz
password_compat-7530440c67458fa3a4a2249c56089108723b3d95.tar.bz2
Add travis hook
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b61634d..e158f7d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,12 @@
password_compat
===============
+[![Build Status](https://travis-ci.org/ircmaxell/password_compat.png?branch=master)](https://travis-ci.org/ircmaxell/password_compat)
+
This library is intended to provide forward compatibility with the password_* functions being worked on for PHP 5.5.
See [the RFC](https://wiki.php.net/rfc/password_hash) for more detailed information.
-Status: BETA-1
Requirements
============