Skip to:
Content

BuddyPress.org

Changeset 11509


Ignore:
Timestamp:
03/10/2017 08:00:31 AM (8 years ago)
Author:
netweb
Message:

Build/Test Tools: Fix YAML indentation in .travis.yml following yolo'd [11508].

See #7464.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11508 r11509  
    112112  - export PATH="$HOME/.composer/vendor/bin:$PATH"
    113113  - |
    114   if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
    115     composer global require "phpunit/phpunit=5.7.*"
    116   elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
    117     composer global require "phpunit/phpunit=4.8.*"
    118   fi
     114    if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
     115      composer global require "phpunit/phpunit=5.7.*"
     116    elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
     117      composer global require "phpunit/phpunit=4.8.*"
     118    fi
    119119  - npm install
    120120# Run tests
Note: See TracChangeset for help on using the changeset viewer.