Changeset 43975
- Timestamp:
- 12/11/2018 04:20:02 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43726
- Property svn:mergeinfo changed
-
trunk/.travis.yml
r43673 r43975 13 13 matrix: 14 14 include: 15 - php: 7.3.0RC1 16 sudo: required 17 dist: xenial 18 services: mysql 19 addons: 20 apt: 21 packages: 22 - libzip4 15 - php: 7.3 23 16 - php: 7.2 24 17 env: WP_TRAVISCI=travis:format … … 42 35 allow_failures: 43 36 - php: nightly 44 - php: 7.3 .0RC137 - php: 7.3 45 38 before_install: 46 39 - | … … 76 69 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 77 70 case "$TRAVIS_PHP_VERSION" in 78 7.3 .0RC1|7.2|7.1|7.0|nightly)71 7.3|7.2|7.1|7.0|nightly) 79 72 echo "Using PHPUnit 6.x" 80 73 travis_retry composer global require "phpunit/phpunit:^6"
Note: See TracChangeset
for help on using the changeset viewer.