Skip to content

Commit

Permalink
Merge pull request woocommerce#24471 from rodrigoprimo/travis-php-7.4
Browse files Browse the repository at this point in the history
Add PHP 7.4 to the list of Travis build jobs
  • Loading branch information
rodrigoprimo authored Aug 23, 2019
2 parents 5d1a70b + 9399224 commit 68cd57c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
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 68cd57c

Please sign in to comment.