From 0720148f9eb1dbf5af4581bfc54816da61999f83 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 3 Mar 2020 13:55:46 +0300 Subject: [PATCH] travis php7.3 --- .travis.yml | 2 +- tests/bin/install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa9f318..1f5c3b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: make test jobs: include: - php: 7.3 - env: WP_VERSION=latest WC_VERSION=latest WP_MULTISITE=0 + env: WP_VERSION=latest WC_VERSION=latest WP_MULTISITE=0 USE_COMPOSER=1 after_success: bash <(curl -s https://codecov.io/bash) - php: 5.3 dist: precise diff --git a/tests/bin/install.sh b/tests/bin/install.sh index ee83850..668cd80 100755 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -82,13 +82,13 @@ install_woocommerce() { version=($(echo $WC_VERSION | tr "." "\n")) if [[ ${version[0]} -ge 3 && ${version[1]} -ge 7 ]]; then composer install - npm install +# npm install fi fi if [[ $WC_VERSION == 'latest' ]]; then composer install - npm install +# npm install fi cd -