mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Include Node 0.10 in Travis tests.
We've already done some work to support legacy Node 0.10 (ex https://github.com/hacksalot/HackMyResume/issues/31#issuecomment-167155845) no reason to drop this support by omitting tests.
This commit is contained in:
parent
dbda48c16d
commit
ea8da6811a
@ -1,5 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
- "0.12"
|
||||
- "4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user