git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit edf987559f330ed231a49b64dc0aaa479932e6b6

Add Travis CI

T.J. Schuck committed on 5/7/2013, 2:23:47 AM
Parent: 1c169b78290e09a05e05d87023afcd0249ad1cae

Files changed

README.mdchanged
.travis.ymladded
README.mdView
@@ -4,8 +4,10 @@
44
55 * http://bcrypt-ruby.rubyforge.org/
66 * http://github.com/codahale/bcrypt-ruby/tree/master
77
8+[![Build Status](https://travis-ci.org/codahale/bcrypt-ruby.png?branch=master)](https://travis-ci.org/codahale/bcrypt-ruby)
9+
810 ## Why you should use `bcrypt()`
911
1012 If you store user passwords in the clear, then an attacker who steals a copy of your database has a giant list of emails
1113 and passwords. Some of your users will only have one password -- for their email account, for their banking account, for
.travis.ymlView
@@ -1,0 +1,11 @@
1+language: ruby
2+rvm:
3+ - "1.8.7"
4+ - "1.9.2"
5+ - "1.9.3"
6+ - "2.0.0"
7+ - jruby-18mode
8+ - jruby-19mode
9+ - rbx-18mode
10+ - rbx-19mode
11+script: bundle exec rake

Built with git-ssb-web