Skip to content

Commit

Permalink
Merge pull request #188 from pantheon-systems/update-deps-4-14
Browse files Browse the repository at this point in the history
Update Composer dependencies (2020-04-14)
  • Loading branch information
danielbachhuber authored Apr 14, 2020
2 parents 8ebc2e1 + 1cbe897 commit 737ac46
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 288 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,17 @@ matrix:
env: WP_TRAVISCI=nightly
- php: 7.2
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=4.4
- php: 7.2
env: WP_VERSION=4.9

before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer install
- |
if [[ ! -z "$WP_VERSION" ]] ; then
bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
if [[ "$WP_VERSION" == "4.4" ]] ; then
composer require --dev --update-with-all-dependencies phpunit/phpunit ^5
if [[ "$WP_VERSION" == "4.9" ]] ; then
composer require --dev --update-with-all-dependencies phpunit/phpunit ^6
fi
fi
Expand Down
Loading

0 comments on commit 737ac46

Please sign in to comment.