We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff9118b + 2706b71 commit 90a1ee9Copy full SHA for 90a1ee9
.travis.yml
@@ -1,4 +1,6 @@
1
language: node_js
2
node_js:
3
- - "0.10"
4
- - "0.8"
+ - "4"
+ - "node"
5
+
6
+sudo: false
README.md
@@ -1,10 +1,12 @@
-## Strider-simple-runner
+## strider-simple-runner

Easy-to-configure in-process runner implementation for Strider Continous
Deployment. This runner comes bundled with Strider.
7
8
+[](https://travis-ci.org/Strider-CD/strider-simple-runner)
9
10
## Spec
11
12
`require('strider-simple-runner').create(emitter, config, done)`
0 commit comments