Changeset 43726 for branches/5.0
- Timestamp:
- 10/15/2018 02:47:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/.travis.yml
r43725 r43726 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.1 24 17 env: WP_TRAVISCI=travis:js … … 39 32 allow_failures: 40 33 - php: nightly 41 - php: 7.3 .0RC134 - php: 7.3 42 35 before_install: 43 36 - | … … 73 66 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 74 67 case "$TRAVIS_PHP_VERSION" in 75 7.3 .0RC1|7.2|7.1|7.0|nightly)68 7.3|7.2|7.1|7.0|nightly) 76 69 echo "Using PHPUnit 6.x" 77 70 travis_retry composer global require "phpunit/phpunit:^6"
Note: See TracChangeset
for help on using the changeset viewer.