1
0
mirror of synced 2025-02-21 09:23:14 +03:00

Merge pull request #109 from iyzoer/master

Fix tests
This commit is contained in:
Alex Lushpai 2019-07-17 18:04:39 +03:00 committed by GitHub
commit 635114633d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
language: php
dist: trusty
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
@ -15,8 +15,6 @@ env:
matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1

View File

@ -73,6 +73,8 @@ install_woocommerce() {
git clone https://github.com/woocommerce/woocommerce.git
cd woocommerce
git checkout master
composer install
npm install
cd -
}