Have travis test against node 0.8 as well

This commit is contained in:
Ryan Souza 2013-02-25 23:06:21 -08:00
parent 454fd1188a
commit a320ff9af0

View File

@ -1,6 +1,7 @@
language: node_js
node_js:
- 0.6
- 0.8
before_install:
- sudo apt-get update