Skip to content

Commit

Permalink
Add Mongo and Testling to list of supported platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Feb 15, 2013
1 parent c786e16 commit d9cbc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -25,7 +25,7 @@ This will build the project and create files in the `build` directory.
To run the tests, you need to run several tasks. Make sure all the target server
platforms work:

$ JS=(v8 node phantomjs spidermonkey rhino narwhal ringo)
$ JS=(v8 node phantomjs spidermonkey rhino narwhal ringo mongo)
$ for js in "${JS[@]}"; do echo "$js" ; $js test/console.js ; echo $? ; done

Some interpreters will skip the tests that use asynchronous APIs.
Expand Down
1 change: 1 addition & 0 deletions site/src/pages/platforms.haml
Expand Up @@ -51,5 +51,6 @@
* "Buster.JS":http://busterjs.org/
* "Testacular":http://vojtajina.github.com/testacular/
* "Testem":https://github.com/airportyh/testem
* "Testling CI":http://ci.testling.com/
* "TestSwarm":https://github.com/jquery/testswarm

0 comments on commit d9cbc4d

Please sign in to comment.