We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e87a92 commit 53eba78Copy full SHA for 53eba78
.travis.yml
@@ -15,9 +15,6 @@ matrix:
15
- os: linux
16
node_js: "7"
17
env: NO_WATCH_TESTS=1 JOB_PART=lint
18
- - os: linux
19
- node_js: "7"
20
- env: NO_WATCH_TESTS=1 JOB_PART=benchmark
21
22
23
env: NO_WATCH_TESTS=1 JOB_PART=test
@@ -32,7 +29,6 @@ matrix:
32
29
33
30
allow_failures:
34
31
- os: osx
35
- - env: NO_WATCH_TESTS=1 JOB_PART=benchmark
36
fast_finish: true
37
38
before_script:
appveyor.yml
@@ -17,8 +17,6 @@ environment:
job_part: test
- nodejs_version: 6
- - nodejs_version: 7
- job_part: benchmark
install:
24
- ps: Install-Product node $env:nodejs_version x64
0 commit comments