Skip to content

Commit

Permalink
.travis.yml: run against node 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jun 26, 2012
1 parent 6479a35 commit ed7a033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,6 @@ language: node_js
node_js:
- 0.4
- 0.6
- 0.8
before_install:
- "sudo apt-get install libicu-dev"

2 comments on commit ed7a033

@25614112
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I run node-xmpp?

@astro
Copy link
Member Author

@astro astro commented on ed7a033 Jul 7, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a library, you don't run but use it in node.js. Like this:

var xmpp = require('node-xmpp');

travis-ci.org runs npm test upon every push to Github.

Please sign in to comment.