From b38f06de3cceee5213e0e1285e307221366f8087 Mon Sep 17 00:00:00 2001 From: Aschen Date: Thu, 3 Oct 2019 15:32:23 +0200 Subject: [PATCH] fix node.js for test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a713156..a8b9c93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: name: Unit Tests if: type = pull_request OR type = push AND branch =~ /^master|[0-9]+-(dev|stable)$/ OR type = cron language: node_js - node_js: 6 + node_js: 10 before_install: - sudo sysctl -w vm.max_map_count=262144