mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Move node versions
This commit is contained in:
parent
b4645685aa
commit
833bfa1cba
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "7"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
|
@ -9,6 +6,9 @@ install: npm install
|
|||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
node_js:
|
||||
- "6"
|
||||
- "7"
|
||||
script: bash ./deploy/test.sh
|
||||
- stage: build
|
||||
node_js: "6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue