Skip to content

Commit

Permalink
Automated Testing: Pass no-interaction as install flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 24, 2020
1 parent dcbc783 commit 2e1fd1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ install:
fi
- |
if [[ "$INSTALL_COMPOSER" = "true" ]]; then
npm run env docker-run -- php composer install
npm run env docker-run -- php composer install --no-interaction
fi
- |
if [[ "$E2E_ROLE" = "author" ]]; then
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
- npm run test-unit:native -- --ci --maxWorkers=2 --cacheDirectory="$HOME/.jest-cache"

- name: PHP unit tests
env: INSTALL_COMPOSER=true COMPOSER_NO_INTERACTION=1
env: INSTALL_COMPOSER=true
script:
- npm run test-php && npm run test-unit-php-multisite

- name: PHP unit tests (PHP 5.6)
env: INSTALL_COMPOSER=true LOCAL_PHP=5.6-fpm COMPOSER_NO_INTERACTION=1
env: INSTALL_COMPOSER=true LOCAL_PHP=5.6-fpm
script:
- npm run test-php && npm run test-unit-php-multisite

Expand Down

0 comments on commit 2e1fd1b

Please sign in to comment.