Skip to content

Commit

Permalink
benchmarking is too unstable
Browse files Browse the repository at this point in the history
disable it for now, wait for bench.ci
  • Loading branch information
sokra committed Feb 23, 2017
1 parent 4e87a92 commit 53eba78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53eba78

Please sign in to comment.