Skip to content

Commit

Permalink
Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallenlane committed Apr 13, 2015
1 parent 2fe6734 commit b05aae3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js

node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ lightweight, extensible, has no dependencies, and can be used on the server
`owasp-password-strength-test` is not an OWASP project - it is simply based off
of OWASP research.

[![Build Status](https://travis-ci.org/nowsecure/owasp-password-strength-test.svg)](https://travis-ci.org/nowsecure/owasp-password-strenght-test)


Installing
----------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "owasp-password-strength-test",
"main": "owasp-password-strength-test.js",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/viaforensics/owasp-password-strength-test",
"authors": [
"Chris Lane <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owasp-password-strength-test",
"version": "1.2.1",
"version": "1.2.2",
"description": "A password-strength tester based upon the OWASP guidelines for enforcing strong passwords.",
"main": "owasp-password-strength-test.js",
"devDependencies": {
Expand Down

0 comments on commit b05aae3

Please sign in to comment.