travis-ci caches the composer/npm download dirs

This commit is contained in:
Nabeel Shahzad 2018-01-02 14:45:55 -06:00
parent 9a605bf93f
commit 2d81072dbd

View File

@ -8,6 +8,11 @@ php:
- '7.2'
- nightly
cache:
directories:
- $HOME/.composer/cache
- $HOME/.npm
services:
- mysql