ci: remove travis ci setup (#27937)

we no longer need it... yay!!!

PR Close #27937
This commit is contained in:
Paul Gschwendtner
2019-01-05 21:09:34 +01:00
committed by Andrew Kushnir
parent 21b875d4d0
commit cc35feb445
15 changed files with 2 additions and 592 deletions

View File

@ -3,8 +3,8 @@
Many of the documentation pages contain snippets of code examples. Extract these snippets from
real working example applications, which are stored in subfolders of the `/aio/content/examples`
folder. Each example can be built and run independently. Each example also provides e2e specs, which
are run as part of our Travis build tasks, to verify that the examples continue to work as expected,
as changes are made to the core Angular libraries.
are run as part of our CircleCI legacy build tasks, to verify that the examples continue to work as
expected, as changes are made to the core Angular libraries.
In order to build, run and test these examples independently you need to install dependencies into
their sub-folder. Also there are a number of common boilerplate files that are needed to configure