From 53eba78c3e9af8d19c1ed2911eb2575ff78e6a9d Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Thu, 23 Feb 2017 23:31:51 +0100 Subject: [PATCH] benchmarking is too unstable disable it for now, wait for bench.ci --- .travis.yml | 4 ---- appveyor.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 220128fdcc2..90e4f1ef5be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,6 @@ matrix: - os: linux node_js: "7" env: NO_WATCH_TESTS=1 JOB_PART=lint - - os: linux - node_js: "7" - env: NO_WATCH_TESTS=1 JOB_PART=benchmark - os: linux node_js: "7" env: NO_WATCH_TESTS=1 JOB_PART=test @@ -32,7 +29,6 @@ matrix: env: NO_WATCH_TESTS=1 JOB_PART=test allow_failures: - os: osx - - env: NO_WATCH_TESTS=1 JOB_PART=benchmark fast_finish: true before_script: diff --git a/appveyor.yml b/appveyor.yml index ac0d7260670..dd6912c8fc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,8 +17,6 @@ environment: job_part: test - nodejs_version: 6 job_part: test - - nodejs_version: 7 - job_part: benchmark install: - ps: Install-Product node $env:nodejs_version x64