Skip to content

Commit

Permalink
Fixing issues with Travis build on Node.js 0.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed May 29, 2012
1 parent 62d9c8c commit c0be1af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ node_js:
- 0.4
- 0.6
- 0.7
install:
- npm install --production
- npm install yuitest
branches:
only:
- master

0 comments on commit c0be1af

Please sign in to comment.