mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 04:00:42 +00:00
trying to fix travis build
This commit is contained in:
parent
5cb09fef47
commit
c5e41544a2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ cache:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
before_install: npm install -g grunt-cli
|
before_install: npm install -g grunt-cli eslint
|
||||||
install: npm install
|
install: npm install
|
||||||
before_script: grunt --dev
|
before_script: grunt --dev
|
||||||
Loading…
Reference in a new issue