There is no phpenv on OSX
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
4f37569773
commit
db62cf1bf4
@ -27,7 +27,7 @@ env:
|
||||
|
||||
install:
|
||||
- ./test/ci-install-$CI_MODE
|
||||
- if [ $TRAVIS_PHP_VERSION != "hhvm" ] ; then phpenv config-add test/php-noprofile.ini ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then case "$TRAVIS_PHP_VERSION" in hhvm*) ;; *) phpenv config-add test/php-noprofile.ini ;; esac ; fi
|
||||
|
||||
before_script:
|
||||
- export PATH=~/.composer/vendor/bin/:$PATH
|
||||
|
||||
Loading…
Reference in New Issue
Block a user