Restore other jobs
This commit is contained in:
parent
e5ae8f10ae
commit
5d946c8ade
32
.travis.yml
32
.travis.yml
|
@ -10,11 +10,11 @@ cache:
|
||||||
|
|
||||||
# Test main supported versions of PHP against latest WP.
|
# Test main supported versions of PHP against latest WP.
|
||||||
php:
|
php:
|
||||||
# - 5.6
|
- 5.6
|
||||||
# - 7.0
|
- 7.0
|
||||||
# - 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
# - 7.3
|
- 7.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- WP_VERSION=latest WP_MULTISITE=0
|
- WP_VERSION=latest WP_MULTISITE=0
|
||||||
|
@ -24,9 +24,9 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
# - name: "Coding standard check"
|
- name: "Coding standard check"
|
||||||
# php: 7.2
|
php: 7.2
|
||||||
# env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
|
||||||
- name: "e2e tests"
|
- name: "e2e tests"
|
||||||
php: 7.2
|
php: 7.2
|
||||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
||||||
|
@ -35,15 +35,15 @@ matrix:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- nginx
|
- nginx
|
||||||
# - name: "Unit tests code coverage"
|
- name: "Unit tests code coverage"
|
||||||
# php: 7.3
|
php: 7.3
|
||||||
# env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||||
# - name: "WooCommerce unit tests using WordPress nightly"
|
- name: "WooCommerce unit tests using WordPress nightly"
|
||||||
# php: 7.3
|
php: 7.3
|
||||||
# env: WP_VERSION=nightly WP_MULTISITE=0
|
env: WP_VERSION=nightly WP_MULTISITE=0
|
||||||
# allow_failures:
|
allow_failures:
|
||||||
# - php: 7.3
|
- php: 7.3
|
||||||
# env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue