From 8a32b04adc329f8d5eab5d77f699d632d567a0d2 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Thu, 15 Apr 2021 08:44:05 +0100 Subject: [PATCH] docs: remove reference to travis and appveyor --- test/execution-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/execution-tests/README.md b/test/execution-tests/README.md index a555f2bdc..39ae632f9 100644 --- a/test/execution-tests/README.md +++ b/test/execution-tests/README.md @@ -3,7 +3,7 @@ This test pack is made up of a number of mini-typescript projects which include a test suite. As part of the test run, each project is compiled and the test suite run using Karma. So this test pack is different from the comparison test pack in that it **executes the compiled code**. This test pack is useful for testing expected behaviour. (It's also reassuring to see your code being executed.) -These tests are executed more widely that the comparison tests; we aim to run these against each version of TypeScript defined in our CI build matrices. (Take a look at [`appveyor.yml`](../../appveyor.yml) and [`.travis.yml`](../../.travis.yml) for details.) +These tests are executed more widely that the comparison tests; we aim to run these against each version of TypeScript defined in our CI build matrices. ## Structure