From: Feross Aboukhadijeh Date: Wed, 11 Dec 2013 01:48:47 +0000 (-0800) Subject: add travis and testling X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c01ce8041a877800458da9f3a1e77e04be618d12;p=buffer.git add travis and testling --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a12e3f0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" \ No newline at end of file diff --git a/README.md b/README.md index 0f90b80..fa8fe49 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ native-buffer-browserify The buffer module from [node.js](http://nodejs.org/), but for browsers. This is a fork of [buffer-browserify](https://github.com/toots/buffer-browserify). +[![build status](https://secure.travis-ci.org/feross/native-buffer-browserify.png)](http://travis-ci.org/feross/native-buffer-browserify) +[![testling badge](https://ci.testling.com/feross/native-buffer-browserify.png)](https://ci.testling.com/feross/native-buffer-browserify) + When you `require('buffer')` in [browserify](http://github.com/substack/node-browserify), this module will be loaded. diff --git a/package.json b/package.json index 6c04f3c..45b64dc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ie/6..latest", "chrome/20..latest", "firefox/10..latest", - "safari/latest", + "safari/5.1..latest", "opera/11.0..latest", "iphone/6", "ipad/6"