mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +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
|
||||
node_js:
|
||||
- "stable"
|
||||
- stable
|
||||
cache:
|
||||
directories:
|
||||
directories:
|
||||
- node_modules
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install
|
||||
before_script: grunt --dev
|
||||
Loading…
Reference in a new issue