Skip to content

Commit

Permalink
added Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Jan 19, 2013
1 parent bf87f2d commit cc35873
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ss-cucumber
===========

[![Build Status](https://travis-ci.org/Anephenix/ss-cucumber.png)](https://travis-ci.org/Anephenix/ss-cucumber)

Cucumber.js integration for SocketStream

Installation
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"engines": {
"node": ">=0.8.*"
},
"bin": { "ss-cucumber": "./bin/ss-cucumber.js" }
"bin": { "ss-cucumber": "./bin/ss-cucumber.js" },
"scripts":{
"test":"node_modules/.bin/cake test"
}
}

0 comments on commit cc35873

Please sign in to comment.