Browse Source

Cache assets in travis (#3532)

closed-social-glitch-2
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
8a597f0138
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@ -4,6 +4,8 @@ cache:
yarn: true
directories:
- node_modules
- public/assets
- public/packs
dist: trusty
sudo: false

Loading…
Cancel
Save