From c682fdbeee9fa36fbbabd7218174454736fba534 Mon Sep 17 00:00:00 2001 From: dcode Date: Thu, 23 May 2019 03:35:27 +0200 Subject: [PATCH] disable simd test for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d790241c..e1d254dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ jobs: env: Runs the tests on node.js stable - node_js: node script: - - npm run clean && npm run test:compiler + - npm run clean && npm run test:compiler threads env: - Runs experimental tests on node.js v8-canary using - ASC_FEATURES="simd,threads"