Skip to:
Content

bbPress.org

Changeset 6375


Ignore:
Timestamp:
03/10/2017 11:14:01 AM (9 years ago)
Author:
netweb
Message:

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

See #3085.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6373 r6375  
    9494  - export PATH="$HOME/.composer/vendor/bin:$PATH"
    9595  - |
    96   if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
    97     composer global require "phpunit/phpunit=5.7.*"
    98   elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
    99     composer global require "phpunit/phpunit=4.8.*"
    100   fi
     96    if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
     97      composer global require "phpunit/phpunit=5.7.*"
     98    elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
     99      composer global require "phpunit/phpunit=4.8.*"
     100    fi
    101101  - npm install
    102102  - grunt build
Note: See TracChangeset for help on using the changeset viewer.