diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index e07c843ed9..8df80a0686 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: