travis php7.3
This commit is contained in:
parent
19d1f1b179
commit
0720148f9e
@ -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
|
||||
|
@ -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 -
|
||||
|
Loading…
x
Reference in New Issue
Block a user