mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Cache node_modules & apt on Travis for faster builds
This commit is contained in:
parent
8eddc7c139
commit
f2a760d28c
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ addons:
|
|||
packages:
|
||||
- g++-4.8
|
||||
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- node_modules
|
||||
- website/node_modules
|
||||
|
||||
script:
|
||||
- npm run build
|
||||
- npm run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue