1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/.travis.yml

12 lines
139 B
YAML
Raw Normal View History

2019-03-07 14:56:07 +01:00
language: node_js
2019-03-07 15:06:43 +01:00
node_js:
- "11.10.1"
2019-03-07 14:56:07 +01:00
2019-03-07 14:57:55 +01:00
script: "./.travis.sh"
2019-03-07 14:56:07 +01:00
notifications:
email: false
cache:
directories:
- node_modules