diff --git a/.wercker.json b/.wercker.json new file mode 100644 index 000000000000..06f056bbafa5 --- /dev/null +++ b/.wercker.json @@ -0,0 +1,7 @@ +{ + "preScripts" : ["./configure", "make"], + "customSteps" : + { "test" : "make test"}, + "postScripts" : [] + +} \ No newline at end of file diff --git a/README.md b/README.md index aa505e555bf6..210f0fca70fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joyent/node.png)](http://travis-ci.org/joyent/node) === +[![Build status](http://localhost:3000/status/f81d7c5be3d5b1818d1194658ea14fd5)](http://localhost:3000/project/bykey/f81d7c5be3d5b1818d1194658ea14fd5) + + + ### To build: @@ -58,3 +62,5 @@ Resources for Newcomers - [community](https://github.com/joyent/node/wiki/Community) - [contributing](https://github.com/joyent/node/wiki/Contributing) - [big list of all the helpful wiki pages](https://github.com/joyent/node/wiki/_pages) + + diff --git a/wercker.json b/wercker.json new file mode 100644 index 000000000000..a927b8257113 --- /dev/null +++ b/wercker.json @@ -0,0 +1,5 @@ +{ + "preTestScripts" : ["./configure", "make"], + "customSteps" : + { "test" : "make test-all"} +}