Commit edf987559f330ed231a49b64dc0aaa479932e6b6
Add Travis CI
T.J. Schuck committed on 5/7/2013, 2:23:47 AMParent: 1c169b78290e09a05e05d87023afcd0249ad1cae
Files changed
README.md | changed |
.travis.yml | added |
README.md | ||
---|---|---|
@@ -4,8 +4,10 @@ | ||
4 | 4 | |
5 | 5 | * http://bcrypt-ruby.rubyforge.org/ |
6 | 6 | * http://github.com/codahale/bcrypt-ruby/tree/master |
7 | 7 | |
8 | +[![Build Status](https://travis-ci.org/codahale/bcrypt-ruby.png?branch=master)](https://travis-ci.org/codahale/bcrypt-ruby) | |
9 | + | |
8 | 10 | ## Why you should use `bcrypt()` |
9 | 11 | |
10 | 12 | If you store user passwords in the clear, then an attacker who steals a copy of your database has a giant list of emails |
11 | 13 | and passwords. Some of your users will only have one password -- for their email account, for their banking account, for |
Built with git-ssb-web