]> zoso.dev Git - buffer.git/commitdiff
add travis and testling
authorFeross Aboukhadijeh <feross@feross.org>
Wed, 11 Dec 2013 01:48:47 +0000 (17:48 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Wed, 11 Dec 2013 01:48:47 +0000 (17:48 -0800)
.travis.yml [new file with mode: 0644]
README.md
package.json

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a12e3f0
--- /dev/null
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+  - "0.8"
+  - "0.10"
\ No newline at end of file
index 0f90b806d509aa4c7164d0c2500472fd29beaad3..fa8fe4932c8c0054ac075f1cef9073dbbe9195e7 100644 (file)
--- 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.
index 6c04f3c5a26ac4ea1e49fc8c45ab06453d480146..45b64dc47277b2dbaf1514844557c58591c8774e 100644 (file)
@@ -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"