Skip to content

Commit 377a0e4

Browse files
authored
Merge branch 'master' into travis-node-versions
2 parents cdbd95c + 1a14c4a commit 377a0e4

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ var bencode = require( 'bencode' )
7474

7575
You can also use node-bencode with browserify to be able to use it in a lot of modern browsers.
7676

77-
[![testling results](https://ci.testling.com/themasch/node-bencode.png)](https://ci.testling.com/themasch/node-bencode)
78-
7977
### Encoding
8078

8179
```javascript

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,5 @@
4343
"scripts": {
4444
"bench": "matcha",
4545
"test": "standard && tape test/*.test.js | tap-spec"
46-
},
47-
"testling": {
48-
"files": "test/*.test.js",
49-
"browsers": [
50-
"ie/6..latest",
51-
"chrome/22..latest",
52-
"firefox/16..latest",
53-
"safari/latest",
54-
"opera/11.0..latest",
55-
"iphone/6..latest",
56-
"ipad/6..latest",
57-
"android-browser/latest"
58-
]
5946
}
6047
}

0 commit comments

Comments
 (0)