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