Skip to content

Commit

Permalink
test: remove appveyor egg@1 nodee@6
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Mar 26, 2018
1 parent e5a37cb commit 9669f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '8'

install:
Expand Down
2 changes: 1 addition & 1 deletion test/ts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9669f63

Please sign in to comment.