Skip to content

Commit

Permalink
Add Node.js 0.7.x to Travis CI testing.
Browse files Browse the repository at this point in the history
Node.js 0.7.11 fixes a regression from 0.6.x
that broke the phantom module used in testing.

See: nodejs/node-v0.x-archive#3425
  • Loading branch information
reid committed Jun 18, 2012
1 parent 01805a8 commit a0a2bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 0.6
- 0.7

before_script:
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit a0a2bdf

Please sign in to comment.