remove travis_retry from e2e test script (#28841)

This commit is contained in:
Ron Rennick 2021-01-22 10:02:34 -04:00 committed by GitHub
parent 314794bd2d
commit 49be111d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ jobs:
- npm install
- composer install --no-dev
script:
- travis_retry npm run build:assets
- travis_retry npm run docker:up
- travis_retry npm run test:e2e
- npm run build:assets
- npm run docker:up
- npm run test:e2e
after_script:
- npm run docker:down
- name: "WP Nightly"