fix path for sh script in travis

This commit is contained in:
Arkadiusz Kondas 2016-07-01 22:07:57 +02:00
parent 43ba6e99fc
commit ddddd739f4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ matrix:
- _PHP: php70
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash build/prepare_osx_env.sh ; fi
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash tools/prepare_osx_env.sh ; fi
install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash tools/handle_brew_pkg.sh "${_PHP}" ; fi