Travis: cache
This commit is contained in:
parent
441ac202c5
commit
4e76ef8665
|
@ -18,6 +18,7 @@ branches:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- example/webapp/node_modules
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
line-height: calc(100vh - 200px);
|
line-height: calc(100vh - 200px);
|
||||||
font-size: 80vh;
|
font-size: 80vh;
|
||||||
color: red;
|
color: blue;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue