Quote Node.js versions in travis.yml

Former-commit-id: 57127e5f9c476d7e174d56d2704ee09a90984c33
This commit is contained in:
John-David Dalton
2013-07-06 20:10:46 -07:00
parent 5028b07aaa
commit 4be5b80ff6

View File

@@ -1,7 +1,8 @@
language: node_js
node_js:
- 0.6
- 0.10
- "0.6"
- "0.8"
- "0.10"
env:
- TEST_COMMAND="istanbul cover ./test/test.js"
- TEST_COMMAND="phantomjs ./test/test.js ../dist/lodash.compat.js"