From 656d6b89aa9904b06e35de1d84efb0b560b440f0 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Thu, 11 Mar 2021 14:04:00 +0000 Subject: [PATCH] Drop Travis (#1267) * Update README.md * Update .travis.yml --- .travis.yml | 1 + README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afcaf7a38..86a0627ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +# Travis is no longer used - this file will be removed in future os: - linux addons: diff --git a/README.md b/README.md index cf83d6caf..02dd3b39b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![npm version](https://img.shields.io/npm/v/ts-loader.svg)](https://www.npmjs.com/package/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)