1
0
mirror of synced 2025-01-18 17:01:41 +03:00

travis php7.3

This commit is contained in:
Akolzin Dmitry 2020-03-03 13:55:46 +03:00
parent 19d1f1b179
commit 0720148f9e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 -