diff --git a/README.md b/README.md index d7051e3a97..7b2a32063f 100644 --- a/README.md +++ b/README.md @@ -190,8 +190,6 @@ To test 6to5 in your browser run: $ make test-browser -[![Testling](https://ci.testling.com/sebmck/6to5.png)](https://ci.testling.com/sebmck/6to5) - ## Modules 6to5 modules compile straight to CommonJS, because of this various liberties are diff --git a/package.json b/package.json index 5647834916..624f28aa9b 100644 --- a/package.json +++ b/package.json @@ -36,24 +36,6 @@ "bench": "make bench", "test": "make test" }, - "testling": { - "harness": "mocha-tdd", - "preprocess": "make test-browser", - "files": [ - "test/_blank.js" - ], - "scripts": [ - "node_modules/proclaim/lib/proclaim.js", - "node_modules/lodash/lodash.js", - "dist/6to5.js", - "dist/6to5-test.js" - ], - "browsers": [ - "ie/8..latest", - "chrome/latest", - "firefox/latest" - ] - }, "dependencies": { "ast-types": "0.5.0", "commander": "2.3.0",