1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-28 23:00:05 +01:00

Travis: Update Node.js versions.

This commit is contained in:
hacksalot 2018-01-26 10:02:26 -05:00
parent 79c304a08b
commit 6adf195281
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06

View File

@ -1,9 +1,10 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "lts/*"