From d35751d442f9cc09774420cbade3a42e66135abd Mon Sep 17 00:00:00 2001 From: Obumuneme Nwabude Date: Sat, 6 Jun 2020 23:20:01 +0100 Subject: [PATCH] docs(docs-infra): update docs on configuring project for Travis CI (#37473) Remove sudo since it no longer has use in Travis CI build configurations. Change chrome addons to use the latest required method. Remove dist to make the Travis CI builds run in the latest Ubuntu release: Xenial. This because Trusty uses an older version of Chrome which is not supported by the current the latest Chrome Driver, used in ng e2e tests. Fixes #36451 PR Close #37473 --- aio/content/guide/testing.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index e07c843ed95..8df80a0686f 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -191,19 +191,12 @@ Your project should start building. Step 1: Create a file called `.travis.yml` at the project root, with the following content: ``` -dist: trusty -sudo: false - language: node_js node_js: - "10" addons: - apt: - sources: - - google-chrome - packages: - - google-chrome-stable + chrome: stable cache: directories: