Commit f660002fe99df85013712a3a48de12d6b30d6cd1
Merge pull request #68 from tjschuck/travis_ci
Add Travis CIAman Gupta committed on 5/7/2013, 10:33:16 PM
Parent: 1c169b78290e09a05e05d87023afcd0249ad1cae
Parent: edf987559f330ed231a49b64dc0aaa479932e6b6
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