mirror of
https://github.com/danbulant/discord.js
synced 2026-05-22 22:08:57 +00:00
Add caching to travis build script
This commit is contained in:
parent
1ff7bce01d
commit
2ed4ff7a55
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_install: npm install -g eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react
|
||||
install: npm install
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue