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

set travis nodejs

This commit is contained in:
Jernej Pregelj 2019-04-29 10:20:26 +02:00
parent 0450034e75
commit 079f9513b0

View File

@ -1,5 +1,6 @@
language: node_js language: node_js
node_js: node node_js: node:
- "10"
script: script:
# - ./scripts/install.sh # runs automatically with npm ci # - ./scripts/install.sh # runs automatically with npm ci