mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
Travis?
This commit is contained in:
parent
eaf30cc80c
commit
44b6233a8d
1 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "stable"
|
- stable
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
before_install: npm install -g grunt-cli
|
||||||
|
install: npm install
|
||||||
|
before_script: grunt --dev
|
||||||
Loading…
Reference in a new issue