diff --git a/.gitattributes b/.gitattributes index 21256661..176a458f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto \ No newline at end of file +* text=auto diff --git a/.gitignore b/.gitignore index 4a80d407..7fdbeb4c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,4 @@ publish # local files vendor composer.phar -composer.lock \ No newline at end of file +composer.lock diff --git a/README.md b/README.md index 4b978eb2..cf058e87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # phpseclib - PHP Secure Communications Library +[![Build Status](https://secure.travis-ci.org/phpseclib/phpseclib.png?branch=master)](http://travis-ci.org/phpseclib/phpseclib) + MIT-licensed pure-PHP implementations of an arbitrary-precision integer arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, SSH-1, SSH-2, SFTP, and (SVN-only) X.509 @@ -10,4 +12,4 @@ AES, SSH-1, SSH-2, SFTP, and (SVN-only) X.509 * [Support](http://www.frostjedi.com/phpbb/viewforum.php?f=46) PEAR Channel -PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm) \ No newline at end of file +PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)