Skip to content

Commit

Permalink
[refactor] Added travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed May 21, 2012
1 parent 7441fce commit 4d619ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.6
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# Nodester API CLI access # Nodester API CLI access

[![Build Status](https://secure.travis-ci.org/alejandromg/nodester-cli.png)](http://travis-ci.org/alejandromg/nodester-cli)
This app is a little wrapper around the REST API for the [Nodester](http://nodester.com/) OS Node hosting platform. This app is a little wrapper around the REST API for the [Nodester](http://nodester.com/) OS Node hosting platform.


## Installation ## Installation
Expand Down
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -14,9 +14,14 @@
], ],
"preferGlobal": "true", "preferGlobal": "true",
"bin": { "bin": {
"nodester": "bin/nodester.js" "nodester": "./bin/nodester.js"
}, },
"main": "./bin/nodester.js", "main": "./bin/nodester.js",
"scripts": {
"start": "node ./bin/nodester.js",
"test": "mocha test/test-*.js -R spec"
},

"engines": { "engines": {
"node": "0.6.x" "node": "0.6.x"
}, },
Expand Down
File renamed without changes.

0 comments on commit 4d619ae

Please sign in to comment.