Travis: speed up builds by caching _site

This commit is contained in:
Rico Sta. Cruz 2018-03-17 13:06:16 +08:00
parent 3ebb38d045
commit 5ef13be0ca
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ rvm:
- 2.4.2
script:
- make test
cache:
directories:
- node_modules
- _site