1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-03 08:40:06 +01:00
HackMyResume/.travis.yml

11 lines
97 B
YAML
Raw Normal View History

2015-12-24 23:05:58 +00:00
language: node_js
node_js:
- "4.0"
2018-01-26 15:02:26 +00:00
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "lts/*"