mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
Move node versions
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
|
||||||
- "6"
|
|
||||||
- "7"
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
@@ -9,6 +6,9 @@ install: npm install
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
|
node_js:
|
||||||
|
- "6"
|
||||||
|
- "7"
|
||||||
script: bash ./deploy/test.sh
|
script: bash ./deploy/test.sh
|
||||||
- stage: build
|
- stage: build
|
||||||
node_js: "6"
|
node_js: "6"
|
||||||
|
|||||||
Reference in New Issue
Block a user