1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-28 23:00:05 +01:00
HackMyResume/.travis.yml
hacksalot ea8da6811a 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.
2015-12-31 18:31:39 -05:00

10 lines
100 B
YAML

language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
- "4.2"
- "5.0"