Skip to content

Commit 94e3950

Browse files
authored
Merge pull request #74 from StackStorm/remove-circleci
Remove CircleCI configuration
2 parents d278ee5 + 9a51293 commit 94e3950

2 files changed

Lines changed: 10 additions & 25 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Deprecated
22

3-
Please refer to https://api.stackstorm.com/ for the documentation on the latest version of API.
3+
This project is still updated and used by hubot-stackstorm, but it is officially deprecated.
4+
5+
Please refer to https://api.stackstorm.com/ for the documentation on the latest version of the StackStorm API.
46

57
StackStorm ST2 JavaScript bindings
68
==============================================================================
79

8-
Officially supported node.js\browserify client library for using ST2 APIs.
10+
Officially supported node.js/browserify client library for using ST2 APIs.
911

1012
The library (and the whole API, to be fair) is in **Alpha**, so incompatible changes should be expected.
1113

@@ -56,6 +58,12 @@ Integration tests require `st2` to be present. To set up dev environment and run
5658
gulp test
5759
```
5860

61+
or, to run tests with coverage results:
62+
63+
```bash
64+
npm test
65+
```
66+
5967
### Running Browser tests
6068

6169
```bash

0 commit comments

Comments
 (0)