Skip to content

Commit

Permalink
Add PHP 7.4 to the list of Travis build jobs
Browse files Browse the repository at this point in the history
This commit adds the upcoming PHP 7.4 to the list of Travis build jobs
so that we can start testing WooCommerce with this new version of PHP
that is scheduled to be released in November.
  • Loading branch information
rodrigoprimo committed Aug 23, 2019
1 parent 6ddbd2f commit 9399224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -46,9 +46,13 @@ matrix:
- name: "WooCommerce unit tests using WordPress nightly"
php: 7.3
env: WP_VERSION=nightly WP_MULTISITE=0
- php: 7.4snapshot
env: WP_VERSION=nightly WP_MULTISITE=0
allow_failures:
- php: 7.3
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
- php: 7.4snapshot
env: WP_VERSION=nightly WP_MULTISITE=0

before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
Expand Down

0 comments on commit 9399224

Please sign in to comment.