Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniswang committed Mar 19, 2013
1 parent 948fb24 commit ac33ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,6 +2,6 @@ language: node_js
node_js:
- 0.8
install:
- npm install mocha -g
- npm install expect.js -g
- npm install mocha
- npm install expect.js
script: "mocha --recursive --reporter spec"

0 comments on commit ac33ef8

Please sign in to comment.