From d8719428eef91db4881c4f24152d01aad31eb25d Mon Sep 17 00:00:00 2001 From: John Reilly Date: Sun, 20 Sep 2020 19:23:05 +0100 Subject: [PATCH 1/2] add github action status badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a02c590a..f911a4df1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # TypeScript loader for webpack [![npm version](https://img.shields.io/npm/v/ts-loader.svg)](https://www.npmjs.com/package/ts-loader) -[![Build Status](https://travis-ci.org/TypeStrong/ts-loader.svg?branch=master)](https://travis-ci.org/TypeStrong/ts-loader) +![GitHub build)](https://github.com/TypeStrong/ts-loader/workflows/Continuous%20Integration%20(build%20and%20test)/badge.svg) +[![Travis build](https://travis-ci.org/TypeStrong/ts-loader.svg?branch=master)](https://travis-ci.org/TypeStrong/ts-loader) [![Downloads](http://img.shields.io/npm/dm/ts-loader.svg)](https://npmjs.org/package/ts-loader) [![node version](https://img.shields.io/node/v/ts-loader.svg)](https://www.npmjs.com/package/ts-loader) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) From f11cafcea6242702cd3a5a9644504bf629a6651a Mon Sep 17 00:00:00 2001 From: John Reilly Date: Sun, 20 Sep 2020 19:23:41 +0100 Subject: [PATCH 2/2] Delete appveyor.yml --- appveyor.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index bb1fa65dd..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: Visual Studio 2019 -environment: - FORCE_COLOR: 1 - nodejs_version: "14" - matrix: - - TYPESCRIPT: typescript@3.9.3 - - TYPESCRIPT: typescript@next - - TYPESCRIPT: typescript@3.8.2 - - TYPESCRIPT: typescript@3.7.4 - - TYPESCRIPT: typescript@3.6.3 - -install: - - ps: Install-Product node $env:nodejs_version - - yarn install - - yarn build - - yarn lint - - yarn add %TYPESCRIPT% -test_script: - - node --version - - yarn --version - - yarn test -build: off