mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
13 lines
217 B
YAML
13 lines
217 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
branches:
|
|
only:
|
|
- master
|
|
- indev
|
|
before_install: npm install -g grunt-cli eslint
|
|
install: npm install
|
|
before_script: grunt --dev |