1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00

lock Travis to Node.js v11

This commit is contained in:
Matthias Kretschmann 2019-04-24 11:09:51 +02:00
parent c17ab90166
commit bd3001b247
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,10 +1,10 @@
dist: xenial
language: node_js
node_js: node
node_js:
- '11'
# will run `npm install` automatically here
dist: xenial
# Deploying uses awscli and it uses Python.
# Xenial on Travis comes with Python 2 & 3 installed but 2 is default.
# Ensure pip3 is installed and upgraded.