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
|
||||
sudo: required
|
||||
language: node_js
|
||||
node_js:
|
||||
- '12'
|
||||
node_js: node
|
||||
|
||||
services:
|
||||
- docker
|
||||
@ -12,9 +11,6 @@ cache: npm
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
|
||||
before_script:
|
||||
# CodeClimate test reporter setup
|
||||
- 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