Make WordPress Core


Ignore:
Timestamp:
10/05/2019 05:06:02 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Remove PHP nightly build from Travis for 5.1 branch.

See #48225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1/.travis.yml

    r44994 r46407  
    3232  - php: 5.2
    3333    dist: precise
    34   - php: nightly
    35   allow_failures:
    36   - php: nightly
    3734before_install:
    3835- |
     
    6865  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    6966    case "$TRAVIS_PHP_VERSION" in
    70       7.3|7.2|7.1|nightly)
     67      7.3|7.2|7.1)
    7168        echo "Using PHPUnit 7.x"
    7269        travis_retry composer global require "phpunit/phpunit:^7"
Note: See TracChangeset for help on using the changeset viewer.