Skip to content

Commit

Permalink
docs: remove reference to travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Apr 15, 2021
1 parent dc99b31 commit 8a32b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/execution-tests/README.md
Expand Up @@ -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

Expand Down

0 comments on commit 8a32b04

Please sign in to comment.