Travis: cache

This commit is contained in:
Jeronimo Vallelunga 2017-07-12 22:59:37 -03:00
parent 441ac202c5
commit 4e76ef8665
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;
} }