diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index acd3e415..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language : node_js -node_js : - - stable -install: - - npm install -script: \ No newline at end of file diff --git a/README.md b/README.md index c353d578..5a527e4b 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,14 @@ Simple, mocha-and junit inspired, flexible, fun Brightscript test framework for [![Build Status](https://travis-ci.org/georgejecook/rooibos.svg?branch=master)](https://travis-ci.org/georgejecook/rooibos) [![GitHub](https://img.shields.io/github/release/georgejecook/rooibos.svg?style=flat-square)](https://github.com/georgejecook/rooibos/releases) +[![NPM Version](https://badge.fury.io/js/rooibos-roku.svg?style=flat)](https://npmjs.org/package/rooibos-roku) ## Links - **[Documentation](docs/index.md)** - - **[API Documentaiton](https://georgejecook.github.io/rooibos)** + - **[API Documentation](https://georgejecook.github.io/rooibos)** - **[CHANGELOG](CHANGELOG.md)** - **[VSCode snippets](docs/vsCodeSnippets.md)** - - [Roku dev forum topic](https://forums.roku.com/viewforum.php?f=34) - \#roku channel on the [roku developer's slack](https://join.slack.com/t/rokudevelopers/shared_invite/enQtMzgyODg0ODY0NDM5LTc2ZDdhZWI2MDBmYjcwYTk5MmE1MTYwMTA2NGVjZmJiNWM4ZWY2MjY1MDY0MmViNmQ1ZWRmMWUzYTVhNzJiY2M) - - [Issue tracker](https://github.com/georgejecook/rooibos/issues) - - [Roadmap](ROADMAP.md) ## Development @@ -27,22 +25,12 @@ Rooibos is an independent open-source project, maintained exclusively by volunte You might want to help! Get in touch via the slack group, or raise issues. -## Thanks - -Rooibos was hacked together from the official roku unit testing framework. I'd like to say a big thank you to the guys at roku who gave me permission to build upon their work. The original framework can be found here : [https://github.com/rokudev/unit-testing-framework](https://github.com/rokudev/unit-testing-framework) - -Also thanks to the guys who made and maintain [mochaJs](https://mochajs.org/), on which many of my changes are based upon, as well as the structure of the documentation. - ## FAQ ### Is Rooibos ready for production use? -Yes, it's been used in production by quite a few folks, I'll provide a list in due-course; but there are 1000's of tests in production in some very respectable companies. +Yes, it's been used in production by quite a few folks, I'll provide a list in due-course; but there are 10'000's of tests in production in some very respectable companies. ### Is Rooibos actively maintained? I love rooibos, and always keep it up to date. I use it all the time. - -### Why 4.0.0? - -Rooibos now uses the excellent bsc compiler plugin mechanism to seamlessly integrate with the compiler and the vscode IDE extension. This is a breaking change - projects will require updates to work. \ No newline at end of file diff --git a/bsc-plugin/.travis.yml b/bsc-plugin/.travis.yml deleted file mode 100644 index a44b898e..00000000 --- a/bsc-plugin/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language : node_js -node_js : - - stable -install: - - npm install -script: - - npm test \ No newline at end of file diff --git a/bsc-plugin/README.md b/bsc-plugin/README.md index 80a7680c..66301821 100644 --- a/bsc-plugin/README.md +++ b/bsc-plugin/README.md @@ -1,30 +1,14 @@ -
- -