mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Add testing for Node.js 8-12
This commit is contained in:
parent
8fba786765
commit
b2f89e4594
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue