Run test suite with PhantomJS and Travis
.gitignore
0 → 100644
.travis.yml
0 → 100644
... | ... | @@ -12,6 +12,12 @@ |
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"scripts": { | ||
"test": "node ./test/run.js" | ||
}, | ||
"devDependencies": { | ||
"node-static": "0.6.0" | ||
}, | ||
"bugs": "http://github.com/marijnh/CodeMirror2/issues", | ||
"keywords": ["JavaScript", "CodeMirror", "Editor"], | ||
"homepage": "http://codemirror.net", | ||
... | ... |
test/phantom_driver.js
0 → 100644
test/run.js
0 → 100755
Please register or sign in to comment