diff --git a/.travis.yml b/.travis.yml index f1d0f13..853e369 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js node_js: - - 0.4 - - 0.6 + - "0.6" + - "0.8" + - "0.10" + - "0.11" diff --git a/Readme.md b/Readme.md index d5e898e..f4da48d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![Build Status](https://secure.travis-ci.org/guyht/notp.png)](http://travis-ci.org/guyht/notp) +[![Build Status](https://travis-ci.org/guyht/notp.svg)](https://travis-ci.org/guyht/notp) # Node One Time Password library Simple to use, fast, and with zero dependencies. The Node One Time Password library is fully compliant with [HOTP](http://tools.ietf.org/html/rfc4226) (counter based one time passwords) and [TOTP](http://tools.ietf.org/html/rfc6238) (time based one time passwords). It can be used in conjunction with the [Google Authenticator](http://code.google.com/p/google-authenticator/) which has free apps for iOS, Android and BlackBerry. diff --git a/package.json b/package.json index c013e37..5ae9cf5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "expresso" }, "engines": { - "node": ">= v0.4.10" + "node": ">= v0.6.0" }, "dependencies": {}, "devDependencies": {