Do not run a test for Node v0.4

Travis CI doesn’t support Node v0.4.

http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Provide
d-Node.js-Versions
This commit is contained in:
Shinnosuke Watanabe
2014-06-26 13:17:59 +09:00
parent e3342a3cf6
commit 8463b48f90

View File

@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.4"
- "0.8"
- "0.10"
- "0.11"