mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
cache generated images
This commit is contained in:
parent
71418549b0
commit
0f66a8cc99
11
.travis.yml
11
.travis.yml
@ -4,12 +4,13 @@ node_js: node
|
||||
# will run `npm install` automatically here
|
||||
|
||||
script:
|
||||
- npm test
|
||||
- npm run build
|
||||
- npm test
|
||||
- npm run build
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
email: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
directories:
|
||||
- node_modules
|
||||
- public
|
||||
|
Loading…
Reference in New Issue
Block a user