Try caching precompiled assets
This commit is contained in:
parent
4d540ce715
commit
3ebd838d9d
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@ env:
|
||||||
- DB=mysql BUILD_TYPE=cucumber
|
- DB=mysql BUILD_TYPE=cucumber
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: bundler
|
cache:
|
||||||
|
bundler: true
|
||||||
|
directories:
|
||||||
|
- public/assets
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue