From add1f5a2c03d885c128afa44448d0e979d5d752d Mon Sep 17 00:00:00 2001 From: Vivek Ratnavel Subramanian Date: Sun, 11 Jul 2021 01:31:29 -0700 Subject: [PATCH] ci(travis): remove node10 testing from Travis --- .travis.yml | 1 - docs/quick-start.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8dbdb98..6a882df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ cache: - node_modules - web/node_modules node_js: -- '10' - '12' sudo: false script: diff --git a/docs/quick-start.md b/docs/quick-start.md index dddb10a..e610f64 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -4,7 +4,7 @@ ### NPM -> Note: Omniboard requires [Node.js](https://nodejs.org/en/download/) v8 or higher installed in your system. +> Note: Omniboard requires [Node.js](https://nodejs.org/en/download/) v12 or higher installed in your system. ##### Install: #####