Changeset 43692
- Timestamp:
- 10/10/2018 04:08:12 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/.travis.yml
r41748 r43692 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 23 - php: 7.1 16 24 env: WP_TRAVISCI=travis:js … … 31 39 allow_failures: 32 40 - php: nightly 41 - php: 7.3.0RC1 33 42 before_install: 34 43 - | … … 64 73 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 65 74 case "$TRAVIS_PHP_VERSION" in 66 7. 2|7.1|7.0|nightly)75 7.3.0RC1|7.2|7.1|7.0|nightly) 67 76 echo "Using PHPUnit 6.x" 68 77 composer global require "phpunit/phpunit:^6"
Note: See TracChangeset
for help on using the changeset viewer.