mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge pull request #261 from oceanprotocol/feature/node-latest
run against latest Node.js
This commit is contained in:
commit
1e5f884a71
@ -1,8 +1,7 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js: node
|
||||||
- '12'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
@ -12,9 +11,6 @@ cache: npm
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
|
||||||
- npm install -g npm
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# CodeClimate test reporter setup
|
# CodeClimate test reporter setup
|
||||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user