Skip to content

Commit 8a32b04

Browse files
authored
docs: remove reference to travis and appveyor
1 parent dc99b31 commit 8a32b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/execution-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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
44
code being executed.)
55

6-
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.)
6+
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.
77

88
## Structure
99

0 commit comments

Comments
 (0)