From a438c3548e8d8a08ed91d29b448be9677e55019b Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Wed, 5 Feb 2020 17:16:00 +0100 Subject: [PATCH] Install i18n during e2e tests This should make npm run build succeed again. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a6773e3b3a7..961033c52c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ matrix: - name: "E2E tests" php: 7.4 script: + - composer require wp-cli/i18n-command - npm run build - docker-compose up --build -d - bash tests/bin/run-e2e-CI.sh