mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
15 lines
184 B
YAML
15 lines
184 B
YAML
language: node_js
|
|
node_js: node
|
|
|
|
script:
|
|
- ./scripts/install.sh
|
|
- ./scripts/test.sh
|
|
- ./scripts/build.sh
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|