Skip to content

Commit

Permalink
install phpunit 4.8/5.7 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Aug 28, 2019
1 parent 90e74d8 commit 90af301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ env:
- WP_VERSION=latest WP_MULTISITE=0 WP_PLUGIN=$(curl https://api.wordpress.org/plugins/info/1.0/contact-form-7.json | jq -r .download_link)
- WP_VERSION=nightly WP_MULTISITE=0 WP_PLUGIN=$(curl https://api.wordpress.org/plugins/info/1.0/contact-form-7.json | jq -r .download_link)
before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- bash bin/install-plugin.sh
- composer global require "phpunit/phpunit=4.8.*|5.7.*"
- composer install
script:
- phpunit
Expand Down

0 comments on commit 90af301

Please sign in to comment.