From 9669f639852856e9115a1e258903a676102ddc35 Mon Sep 17 00:00:00 2001 From: TZ Date: Mon, 26 Mar 2018 22:12:12 +0800 Subject: [PATCH] test: remove appveyor egg@1 nodee@6 --- appveyor.yml | 1 - test/ts.test.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3d15e523..c274b7d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,5 @@ environment: matrix: - - nodejs_version: '6' - nodejs_version: '8' install: diff --git a/test/ts.test.js b/test/ts.test.js index 8bc6fddf..a73f2b9e 100644 --- a/test/ts.test.js +++ b/test/ts.test.js @@ -35,7 +35,7 @@ describe('test/ts.test.js', () => { }); it('should start app', () => { - if (process.env.EGG_VERSION && process.env.EGG_VERSION === '1') { // eslint-disable-line eqeqeq + if (process.env.EGG_VERSION && process.env.EGG_VERSION === '1') { console.log('skip egg@1'); return; }