Merge pull request #42 from mrnugget/patch-1

Fix travis.yml to run with correct Node.js version
This commit is contained in:
Peter Braden 2013-03-25 10:55:31 -07:00
commit f0461db126

View File

@ -1,8 +1,8 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.10
- "0.6"
- "0.8"
- "0.10"
before_install:
- sudo apt-get update